Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ikilote/json2html

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ikilote/json2html - npm Package Compare versions

Comparing version 0.4.2 to 0.5.0

fesm2022/ikilote-json2html.mjs

46

CHANGELOG.md

@@ -5,57 +5,57 @@ # Changelog of json2html

- Fix for not crash with old Webkit
- Fix for not crash with old Webkit
## V0.4.1 (2023-02-18)
- Fix ` protection
- Fix ` protection
## V0.4.0 (2023-02-18)
- add `Json2Js` to tranform json to js style
- add `Json2Js` to tranform json to js style
## V0.3.0 (2023-02-17)
- rename lib `json2html-lib` to `@ikilote/json2html`
- fix quote render
- add javascript render in demo
- rename lib `json2html-lib` to `@ikilote/json2html`
- fix quote render
- add javascript render in demo
## V0.2.0 (2022-05-30)
- add option `wrapAttrNumber`
- add options `prettier` on `attrPosition`
- add options `maxLength` for text and `attrPosition` (`inline *`)
- fix `inline` render
- update demo
- add option `wrapAttrNumber`
- add options `prettier` on `attrPosition`
- add options `maxLength` for text and `attrPosition` (`inline *`)
- fix `inline` render
- update demo
## V0.1.0 (2022-02-10)
- with Ivy partial compilation mode
- with Ivy partial compilation mode
## V0.0.6 (2020-10-21)
- add option `optionalEndTagsFix`
- add options `inline` and `autoclose` on json node
- fix minor bugs
- add option `optionalEndTagsFix`
- add options `inline` and `autoclose` on json node
- fix minor bugs
## V0.0.5 (2020-10-18)
- fix numeric options
- add demo
- fix numeric options
- add demo
## V0.0.4 (2020-10-15)
- add `xml` type of render
- code comments
- fix minor bugs
- add `xml` type of render
- code comments
- fix minor bugs
## V0.0.3 (2020-10-14)
- change to accept lists of elements or not
- change to accept lists of elements or not
## V0.0.2 (2020-10-14)
- fix attributs render
- fix attributs render
## V0.0.1 (2020-10-14)
- initial release
- initial release
export interface Json2htmlAttr {
[key: string]: string | number | null;
[key: string]: string | number | null | undefined;
}
export declare type Json2htmlBody = (Json2htmlRef | string)[] | Json2htmlRef | string;
export type Json2htmlBody = (Json2htmlRef | string)[] | Json2htmlRef | string;
export interface Json2htmlRef {

@@ -6,0 +6,0 @@ /** tag name */

{
"name": "@ikilote/json2html",
"version": "0.4.2",
"version": "0.5.0",
"license": "MIT",

@@ -29,7 +29,3 @@ "repository": {

],
"module": "fesm2015/ikilote-json2html.mjs",
"es2020": "fesm2020/ikilote-json2html.mjs",
"esm2020": "esm2020/ikilote-json2html.mjs",
"fesm2020": "fesm2020/ikilote-json2html.mjs",
"fesm2015": "fesm2015/ikilote-json2html.mjs",
"module": "fesm2022/ikilote-json2html.mjs",
"typings": "index.d.ts",

@@ -42,7 +38,3 @@ "exports": {

"types": "./index.d.ts",
"esm2020": "./esm2020/ikilote-json2html.mjs",
"es2020": "./fesm2020/ikilote-json2html.mjs",
"es2015": "./fesm2015/ikilote-json2html.mjs",
"node": "./fesm2015/ikilote-json2html.mjs",
"default": "./fesm2020/ikilote-json2html.mjs"
"default": "./fesm2022/ikilote-json2html.mjs"
}

@@ -49,0 +41,0 @@ },

@@ -15,4 +15,4 @@ # json2html

- 0.0.6 : for View Engine
- 0.1.0+ : for Ivy
- 0.0.6 : for View Engine
- 0.1.0+ : for Ivy

@@ -19,0 +19,0 @@ ## Demo

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc