Socket
Socket
Sign inDemoInstall

cli-arguments

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-arguments - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

lib/index.js

@@ -96,3 +96,3 @@ /**

let name = arg.substr(2);
option = commandOptions[name] || config.globalOptions[name];
option = (commmandOptions && commandOptions[name]) || config.globalOptions[name];
} else {

@@ -99,0 +99,0 @@ option = globalShortcuts[arg[1]];

{
"name": "cli-arguments",
"version": "0.1.2",
"version": "0.1.3",
"main": "lib/index.js"
}
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