Socket
Socket
Sign inDemoInstall

json-format

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-format - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.npmignore

9

package.json
{
"name": "json-format",
"version": "1.0.0",
"version": "1.0.1",
"description": "JSON format for good presentation",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "node_modules/.bin/mocha"
},

@@ -30,3 +30,6 @@ "repository": {

},
"homepage": "https://github.com/luizstacio/json-format"
"homepage": "https://github.com/luizstacio/json-format",
"devDependencies": {
"mocha": "^3.2.0"
}
}
json-format
==========
[![Build Status](https://travis-ci.org/luizstacio/json-format.svg?branch=master)](https://travis-ci.org/luizstacio/json-format.svg?branch=master)
Parse JavaScript Object to a JSON String indented.

@@ -5,0 +7,0 @@

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