You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

perfect-json

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

perfect-json - npm Package Compare versions

Comparing version
0.3.0
to
0.3.1
+4
-0
CHANGELOG.md
# Changelog
## 0.3.1 (2021-07-27)
- Keywords are added to `package.json`.
## 0.3.0 (2021-07-26)

@@ -4,0 +8,0 @@

{
"name": "perfect-json",
"version": "0.3.0",
"version": "0.3.1",
"description": "Utility function to beautify JSON string...like JSON.stringify() but better",
"main": "lib/perfect-json.js",
"repository": "git@github.com:ezze/node-perfect-json",
"repository": "ezze/node-perfect-json",
"author": "Dmitriy Pushkov <ezze@ezze.org>",
"license": "MIT",
"keywords": [
"json",
"stringify",
"format",
"formatter",
"pretty",
"print",
"pretty-print",
"compact",
"indent"
],
"scripts": {

@@ -10,0 +21,0 @@ "prepublishOnly": "npm run lint && npm run test && npm run build",