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.10 to 0.0.11

8

lib/jsonCommand.js

@@ -455,4 +455,12 @@ var util = require("util"),

var handleEPIPE = function(e) {
if (e.code !== "EPIPE") {
process.emit("error", e);
}
};
process.stdout.on("error", handleEPIPE);
this.stdin.on("end", function() {
this.jsonC.processObjects([this.jsonC.buffer, null]);
process.stdout.removeListener("error", handleEPIPE);
});

@@ -459,0 +467,0 @@ }

4

package.json
{ "name": "json"
, "version": "0.0.10"
, "version": "0.0.11"
, "engines": [ "node >=0.4.0" ]
, "description": "JSON command line processing toolkit."
, "author": "Zachary Poley <zpoley@gmail.com> (http://zpoley.net)"
, "contributors": [ "Isaac Schlueter <i@izs.me> (http://blog.izs.me)", "Andrey Tarantsov <andreyvit@gmail.com> (http://www.tarantsov.com/)", "Niek Schmoller <niek.schmoller@helderberg.nl> (http://helderberg.nl)" ]
, "contributors": [ "Isaac Schlueter <i@izs.me> (http://blog.izs.me)", "Andrey Tarantsov <andreyvit@gmail.com> (http://www.tarantsov.com/)", "Niek Schmoller <niek.schmoller@helderberg.nl> (http://helderberg.nl)", "Ryunosuke SATO (http://d.hatena.ne.jp/tricknotes/)" ]
, "keywords" : [ "json", "command", "shell" ]

@@ -8,0 +8,0 @@ , "man" : "./man/json.1"

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