You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@buzuli/json

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@buzuli/json - npm Package Compare versions

Comparing version

to
2.0.1

2

lib/json.js

@@ -55,3 +55,3 @@ module.exports = json

const prefix = (indenting && depth) > 0 ? '\n' : ''
write(`${prefix}${indentation.repeat(depth)}${key ? '"' + colorKey(qesc(key)) + '": ' : ''}`)
write(`${prefix}${indentation.repeat(depth)}${key ? '"' + colorKey(qesc(key)) + (indenting ? '": ' : '":') : ''}`)

@@ -58,0 +58,0 @@ if (value === null) {

{
"name": "@buzuli/json",
"version": "2.0.0",
"version": "2.0.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/json.js",