Socket
Socket
Sign inDemoInstall

prettyjson

Package Overview
Dependencies
1
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

5

History.md
## Change Log
### 0.1.1 — *October 11, 2011*
* Added changelog jake task to add changelog automatically
* The library version is retrieved from `package.json` file
### 0.1.0 — *October 10, 2011*
* Initial release

3

lib/prettyjson.js

@@ -11,5 +11,6 @@ // Package for formatting JSON data in a coloured

var Utils = require('./utils');
var fs = require('fs');
// ### Package version
exports.version = '0.1.0';
exports.version = JSON.parse(fs.readFileSync(__dirname + '/../package.json', 'utf8')).version;

@@ -16,0 +17,0 @@ // ### Render function

@@ -5,5 +5,10 @@ {

"description": "Package for formatting JSON data in a coloured YAML-style, perfect for CLI output",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://github.com/rafeca/prettyjson",
"keywords": ["json", "cli", "formatting", "colors"],
"keywords": [
"json",
"cli",
"formatting",
"colors"
],
"repository": {

@@ -26,2 +31,2 @@ "type": "git",

}
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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