🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

json-edit-react

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-edit-react - npm Package Compare versions

Comparing version

to
1.26.2

{
"name": "json-edit-react",
"version": "1.26.1",
"version": "1.26.2",
"description": "React component for editing or viewing JSON/object data",

@@ -82,2 +82,3 @@ "main": "build/index.cjs.js",

"component",
"components",
"interactive",

@@ -89,15 +90,19 @@ "interactive-json",

"json-tree",
"json-view",
"json-viewer",
"json-inspector",
"json-schema",
"json-editor",
"editor",
"data-viewer",
"form-builder",
"drag-and-drop",
"customizable",
"typescript",
"react-component",
"react-json",
"react18-json-view",
"react-json-view",
"theme",
"tree",
"tree-view",
"treeview"
"treeview",
"react-json-view"
]
}

@@ -25,10 +25,10 @@ <!-- The README that will appear on the package's NPM page: https://www.npmjs.com/package/json-edit-react

- 📏 **[JSON Schema](https://json-schema.org/) validation** (using 3rd-party validation library)
- 🎨 **Customisable UI** — built-in or custom [themes](#themes--styles), CSS overrides or targeted classes
- 🎨 **Customisable UI** — built-in or custom [themes](https://github.com/CarlosNZ/json-edit-react#themes--styles), CSS overrides or targeted classes
- 📦 **Self-contained** — plain HTML/CSS, so no dependence on external UI libraries
- 🔍 **Search & filter** — find data by key, value or custom function
- 🚧 **[Custom components](#custom-nodes)** — replace specific nodes with specialised components (e.g. date picker, links, images, `undefined`, `BigInt`, `Symbol`)
- 🌏 **[Localisation](#localisation)** — easily translate UI labels and messages
- 🔄 **[Drag-n-drop](#drag-n-drop)** re-ordering within objects/arrays
- 🎹 **[Keyboard customisation](#keyboard-customisation)** — define your own key bindings
- 🎮 **[External control](#external-control-1)** via callbacks and triggers
- 🚧 **[Custom components](https://github.com/CarlosNZ/json-edit-react#custom-nodes)** — replace specific nodes with specialised components (e.g. date picker, links, images, `undefined`, `BigInt`, `Symbol`)
- 🌏 **[Localisation](https://github.com/CarlosNZ/json-edit-react#localisation)** — easily translate UI labels and messages
- 🔄 **[Drag-n-drop](https://github.com/CarlosNZ/json-edit-react#drag-n-drop)** re-ordering within objects/arrays
- 🎹 **[Keyboard customisation](https://github.com/CarlosNZ/json-edit-react#keyboard-customisation)** — define your own key bindings
- 🎮 **[External control](https://github.com/CarlosNZ/json-edit-react#external-control-1)** via callbacks and triggers

@@ -35,0 +35,0 @@ 💡 Try the **[Live Demo](https://carlosnz.github.io/json-edit-react/)** to see these features in action!

@@ -25,10 +25,10 @@ <!-- The README that will appear on the package's NPM page: https://www.npmjs.com/package/json-edit-react

- 📏 **[JSON Schema](https://json-schema.org/) validation** (using 3rd-party validation library)
- 🎨 **Customisable UI** — built-in or custom [themes](#themes--styles), CSS overrides or targeted classes
- 🎨 **Customisable UI** — built-in or custom [themes](https://github.com/CarlosNZ/json-edit-react#themes--styles), CSS overrides or targeted classes
- 📦 **Self-contained** — plain HTML/CSS, so no dependence on external UI libraries
- 🔍 **Search & filter** — find data by key, value or custom function
- 🚧 **[Custom components](#custom-nodes)** — replace specific nodes with specialised components (e.g. date picker, links, images, `undefined`, `BigInt`, `Symbol`)
- 🌏 **[Localisation](#localisation)** — easily translate UI labels and messages
- 🔄 **[Drag-n-drop](#drag-n-drop)** re-ordering within objects/arrays
- 🎹 **[Keyboard customisation](#keyboard-customisation)** — define your own key bindings
- 🎮 **[External control](#external-control-1)** via callbacks and triggers
- 🚧 **[Custom components](https://github.com/CarlosNZ/json-edit-react#custom-nodes)** — replace specific nodes with specialised components (e.g. date picker, links, images, `undefined`, `BigInt`, `Symbol`)
- 🌏 **[Localisation](https://github.com/CarlosNZ/json-edit-react#localisation)** — easily translate UI labels and messages
- 🔄 **[Drag-n-drop](https://github.com/CarlosNZ/json-edit-react#drag-n-drop)** re-ordering within objects/arrays
- 🎹 **[Keyboard customisation](https://github.com/CarlosNZ/json-edit-react#keyboard-customisation)** — define your own key bindings
- 🎮 **[External control](https://github.com/CarlosNZ/json-edit-react#external-control-1)** via callbacks and triggers

@@ -35,0 +35,0 @@ 💡 Try the **[Live Demo](https://carlosnz.github.io/json-edit-react/)** to see these features in action!