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
0
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.16.0 to 1.16.1

7

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

@@ -10,2 +10,7 @@ "main": "build/index.cjs.js",

"types": "build/index.d.ts",
"exports": {
"types": "./build/index.d.ts",
"import": "./build/index.esm.js",
"require": "./dist/index.cjs.js"
},
"files": [

@@ -12,0 +17,0 @@ "build/**/*"

6

README.md

@@ -7,4 +7,5 @@ # json-edit-react

**[Explore the Demo](https://carlosnz.github.io/json-edit-react/)**
## [Explore the Demo](https://carlosnz.github.io/json-edit-react/) <!-- omit in toc -->
![NPM Version](https://img.shields.io/npm/v/json-edit-react)

@@ -31,4 +32,3 @@ ![GitHub License](https://img.shields.io/github/license/carlosnz/json-edit-react)

## Contents
- [Contents](#contents)
## Contents <!-- omit in toc -->
- [Installation](#installation)

@@ -35,0 +35,0 @@ - [Implementation](#implementation)

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