Socket
Socket
Sign inDemoInstall

aio-json

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

aio-json - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

9

index.js

@@ -512,3 +512,10 @@ "use strict";

if (this.props.onChange) {
this.props.onChange(this.generate());
var res = this.props.onChange(this.generate());
if (res !== undefined) {
this.setState({
json: res,
variables: this.regenerate(res)
});
}
}

@@ -515,0 +522,0 @@ }

2

package.json
{
"name": "aio-json",
"version": "2.0.1",
"version": "2.0.2",
"description": "generate json interactive",

@@ -5,0 +5,0 @@ "main": "index.js",

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