Socket
Socket
Sign inDemoInstall

json-beautify

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-beautify - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

10

index.js

@@ -6,3 +6,11 @@

indent,
meta,
meta = { // table of character substitutions
'\b': '\\b',
'\t': '\\t',
'\n': '\\n',
'\f': '\\f',
'\r': '\\r',
'"': '\\"',
'\\': '\\\\'
},
rep;

@@ -9,0 +17,0 @@

2

package.json
{
"name": "json-beautify",
"version": "1.0.0",
"version": "1.0.1",
"description": "JSON.stringify with fixed maximum character width.",

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