Socket
Socket
Sign inDemoInstall

json-nice

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

7

index.js

@@ -61,3 +61,8 @@ function render (key, value, indent) {

text += Number(value);
if (typeof value === 'number') {
text += Number(value);
} else {
text += value ? 'true' : 'false';
}
text += "";

@@ -64,0 +69,0 @@ } else {

2

package.json
{
"name": "json-nice",
"version": "1.0.0",
"version": "1.0.1",
"description": "JSON Formatter",

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