Socket
Socket
Sign inDemoInstall

cli-arguments

Package Overview
Dependencies
0
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

3

lib/index.js

@@ -97,7 +97,6 @@ /**

option = (commandOptions && commandOptions[name]) || config.globalOptions[name];
value = true;
} else {
name = arg[1];
option = shortcuts[arg[1]];
value = arg.substr(2) || true;
value = arg.substr(2);
}

@@ -104,0 +103,0 @@ if (!option){

{
"name": "cli-arguments",
"version": "0.2.0",
"version": "0.2.1",
"main": "lib/index.js"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc