🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

json-schema-editor

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-schema-editor - npm Package Compare versions

Comparing version

to
0.2.9

2

package.json
{
"name": "json-schema-editor",
"version": "0.2.8",
"version": "0.2.9",
"description": "React based editor for JSON Schemas",

@@ -5,0 +5,0 @@ "main": "dist/jsonschemaeditor.js",

@@ -35,3 +35,4 @@ window.JSONSchemaEditor = function(element,options) {

var self = this;
self.element.children[0].remove();
// uncommenting this makes the update work on the test page
// self.element.children[0].remove();
this.react = ReactDOM.render(

@@ -38,0 +39,0 @@ <SchemaObject onChange={this.onChange} data={data}/>,