Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

command-line-args

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

command-line-args - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

6

lib/command-line-args.js

@@ -14,5 +14,5 @@ var w = require("wodge");

arg;
argv = argv === process.argv ? argv.slice(2) : argv.slice(0);
argv = argv || process.argv.slice(2);
while (typeof(arg = argv.shift()) !== "undefined"){

@@ -49,3 +49,2 @@ if (longArg.test(arg)){

} else {
console.error("DIDndd't match: " + arg)
defaultValues.push(arg);

@@ -70,4 +69,3 @@ }

return output;
}
{
"name": "command-line-args",
"version": "0.0.0",
"version": "0.0.1",
"description": "Parse command line options",

@@ -5,0 +5,0 @@ "repository": "https://github.com/75lb/command-line-args.git",

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