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.11.0 to 0.11.1

2

package.json

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

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

@@ -8,0 +8,0 @@ "keywords": [

@@ -24,3 +24,3 @@ # 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)

![Example 1](images/example3.png)
![Example 1](https://raw.github.com/rafeca/prettyjson/master/images/example3.png)

@@ -34,3 +34,3 @@ **Decode the stdin:** You can also pipe the result of a command (for example an HTTP request) to the CLI to see

![Example 2](images/example4.png)
![Example 2](https://raw.github.com/rafeca/prettyjson/master/images/example4.png)

@@ -40,3 +40,3 @@ **Decode random strings:** if you call the CLI with no arguments, you'll get a prompt where you can past JSON strings

![Example 3](images/example5.png)
![Example 3](https://raw.github.com/rafeca/prettyjson/master/images/example5.png)

@@ -75,3 +75,3 @@ If you install the package globally (with `npm install -g prettyjson`), the CLI will be installed automatically in your PATH

![Example 4](images/example1.png)
![Example 4](https://raw.github.com/rafeca/prettyjson/master/images/example1.png)

@@ -100,3 +100,3 @@ You can also configure the colors of the hash keys and array dashes

![Example 5](images/example2.png)
![Example 5](https://raw.github.com/rafeca/prettyjson/master/images/example2.png)

@@ -103,0 +103,0 @@ ## Running Tests

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