json-edit-react
Advanced tools
Comparing version 1.16.0 to 1.16.1
{ | ||
"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/**/*" |
@@ -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) |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
164638
0
1