Socket
Socket
Sign inDemoInstall

prettyjson

Package Overview
Dependencies
2
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

6

package.json

@@ -5,3 +5,3 @@ {

"description": "Package for formatting JSON data in a coloured YAML-style, perfect for CLI output",
"version": "1.1.0",
"version": "1.1.1",
"homepage": "http://rafeca.com/prettyjson",

@@ -34,7 +34,7 @@ "keywords": [

"engines": {
"node": ">= 0.10.0 < 0.12.0"
"node": ">= 0.10.0 < 0.13.0"
},
"dependencies": {
"colors": "0.6.2",
"minimist": "0.0.8"
"minimist": "1.1.0"
},

@@ -41,0 +41,0 @@ "devDependencies": {

@@ -57,2 +57,5 @@ # prettyjson [![Build Status](https://secure.travis-ci.org/rafeca/prettyjson.png)](http://travis-ci.org/rafeca/prettyjson) [![NPM version](https://badge.fury.io/js/prettyjson.png)](http://badge.fury.io/js/prettyjson) [![Coverage Status](https://coveralls.io/repos/rafeca/prettyjson/badge.png?branch=master)](https://coveralls.io/r/rafeca/prettyjson?branch=master)

$ prettyjson --indent=4 package.json
# Render arrays elements in a single line
$ prettyjson --inline-arrays=1 package.json
```

@@ -59,0 +62,0 @@

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