Socket
Socket
Sign inDemoInstall

json-format

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-format - npm Package Compare versions

Comparing version 0.1.2 to 1.0.0

2

index.js

@@ -74,3 +74,3 @@ /*

if ( indent == null ) {
throw new Error('Unrecognized ident type: "' + config.type + '"');
throw new Error('Unrecognized indent type: "' + config.type + '"');
}

@@ -77,0 +77,0 @@ var indentType = new Array((config.size || indent.size) + 1).join(indent.char);

{
"name": "json-format",
"version": "0.1.2",
"version": "1.0.0",
"description": "JSON format for good presentation",

@@ -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