Socket
Socket
Sign inDemoInstall

aio-json

Package Overview
Dependencies
15
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.0.1

11

index.js

@@ -818,2 +818,3 @@ "use strict";

debugger;
var obj;

@@ -1094,6 +1095,8 @@

if (this.props.value !== prevValue) {
this.setState({
value: this.props.value,
prevValue: this.props.value
});
setTimeout(function () {
return _this14.setState({
value: _this14.props.value,
prevValue: _this14.props.value
});
}, 0);
}

@@ -1100,0 +1103,0 @@

{
"name": "aio-json",
"version": "3.0.0",
"version": "3.0.1",
"description": "generate json interactive",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc