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
1
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 0.3.1-4 to 0.3.1-5

2

package.json
{
"name": "node-jq",
"version": "0.3.1-4",
"version": "0.3.1-5",
"description": "Run jq in node",

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

@@ -18,3 +18,3 @@ #!/usr/bin/env node

const DOWNLOAD_URL = JQ_RELEASE_INFO.url + JQ_RELEASE_INFO.version + '/jq-'
const BINARY_PATH = path.join(__dirname, '../node_modules/.bin/')
const BINARY_PATH = path.join(__dirname, '../.bin/')
const SYSTEM_PATH = process.env.PATH

@@ -21,0 +21,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