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

json-edit-react

Package Overview
Dependencies
Maintainers
1
Versions
114
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

to
1.25.2-beta1

build/index.cjs

7

package.json
{
"name": "json-edit-react",
"version": "1.25.1",
"version": "1.25.2-beta1",
"description": "React component for editing or viewing JSON/object data",
"main": "build/index.cjs.js",
"type": "module",
"main": "build/index.cjs",
"module": "build/index.esm.js",

@@ -13,3 +14,3 @@ "types": "build/index.d.ts",

"import": "./build/index.esm.js",
"require": "./build/index.cjs.js",
"require": "./build/index.cjs",
"default": "./build/index.esm.js"

@@ -16,0 +17,0 @@ }