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 2.0.1 to 2.0.2

2

package.json
{
"name": "node-jq",
"version": "2.0.1",
"version": "2.0.2",
"description": "Run jq in node",

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

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

// i.e. build with Heroku CI/CD, docker build, etc.
// @see https://www.gnu.org/software/libc/manual/html_node/Permission-Bits.html
fs.chmodSync(distPath,
(fs.constants.S_IXUSR | fs.constants.S_IREAD | fs.constants.S_IROTH | fs.constants.S_IRGRP) ||
0o100 | 0o400 | 0o040 | 0o004)
fs.chmodSync(distPath, 0o755)
}

@@ -88,0 +85,0 @@ console.log(`Downloaded in ${OUTPUT_DIR}`)

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