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.0 to 2.0.1

4

index.js

@@ -1108,2 +1108,6 @@ "use strict";

if (type === 'number') {
value = parseFloat(value);
}
if (!canSpace) {

@@ -1110,0 +1114,0 @@ value = value.replace(/\s/g, '');

2

package.json
{
"name": "aio-json",
"version": "2.0.0",
"version": "2.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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc