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

detect-invalid-requires

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

detect-invalid-requires - npm Package Compare versions

Comparing version 0.1.2 to 0.1.4

bin/cli

8

package.json
{
"name": "detect-invalid-requires",
"version": "0.1.2",
"version": "0.1.4",
"description": "utility to detect requires that are not legal in a case-sensitive OS",

@@ -11,6 +11,8 @@ "main": "lib/index.js",

"license": "ISC",
"bin": "lib/cli.js",
"bin": {
"detect-invalid-requires": "lib/cli"
},
"repository": "https://github.com/justinjmoses/detect-invalid-requires",
"dependencies": {
"commander": "^2.3.0",
"commander": "2.3.x",
"esprima": "1.2.x",

@@ -17,0 +19,0 @@ "esquery": "0.3.x",

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