Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

json

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

2

package.json
{ "name": "json"
, "version": "0.0.11"
, "version": "0.0.12"
, "engines": [ "node >=0.4.0" ]

@@ -4,0 +4,0 @@ , "description": "JSON command line processing toolkit."

@@ -73,3 +73,3 @@ # JSON Command

-i use node's sys.inspect instead of JSON.stringify.
-i use node's util.inspect instead of JSON.stringify.

@@ -76,0 +76,0 @@ -H print headers, if they are supplied. Useful for output from curl -i.

@@ -1,3 +0,2 @@

var sys = require("sys"),
assert = require("assert"),
var assert = require("assert"),
jsonCommand = require("../lib/jsonCommand");

@@ -25,4 +24,4 @@

function printTestName(testName) {
sys.puts("\nRunning " + testName + ":");
sys.puts("-----------------------------------------");
console.log("\nRunning " + testName + ":");
console.log("-----------------------------------------");
}

@@ -146,2 +145,2 @@

sys.puts("\nAll tests passed!\n");
console.log("\nAll tests passed!\n");

Sorry, the diff of this file is not supported yet

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