New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

json-edit-react

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-edit-react - npm Package Compare versions

Comparing version 1.2.2 to 1.2.4

3

package.json
{
"name": "json-edit-react",
"version": "1.2.2",
"version": "1.2.4",
"description": "React component for editing or viewing JSON/object data",

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

"rollup": "^4.9.6",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-dts": "^6.1.0",

@@ -42,0 +43,0 @@ "rollup-plugin-peer-deps-external": "^2.2.4",

@@ -86,3 +86,3 @@ # json-edit-react

| `onUpdate` | `UpdateFunction` | | A function to run whenever a value is **updated** (edit, delete *or* add) in the editor. See [Update functions](#update-functions). |
| `onUpdate` | `UpdateFunction` | | A function to run whenever a value is **edited**. |
| `onEdit` | `UpdateFunction` | | A function to run whenever a value is **edited**. |
| `onDelete` | `UpdateFunction` | | A function to run whenever a value is **deleted**. |

@@ -89,0 +89,0 @@ | `onAdd` | `UpdateFunction` | | A function to run whenever a new property is **added**. |

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