New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-jq

Package Overview
Dependencies
Maintainers
2
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-jq - npm Package Compare versions

Comparing version 4.3.1 to 4.3.2

1

lib/exec.js

@@ -44,3 +44,2 @@ "use strict";

});
process.stdin.setEncoding("utf-8");
process.stdin.write(stdin);

@@ -47,0 +46,0 @@ process.stdin.end();

2

package.json
{
"name": "node-jq",
"version": "4.3.1",
"version": "4.3.2",
"description": "Run jq in node",

@@ -5,0 +5,0 @@ "main": "lib/jq.js",

@@ -35,3 +35,2 @@ import childProcess from 'child_process'

})
process.stdin.setEncoding('utf-8')
process.stdin.write(stdin)

@@ -38,0 +37,0 @@ process.stdin.end()

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