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.2.2 to 0.2.3

2

lib/command-line-args.js

@@ -45,3 +45,3 @@ var a = require("array-ting"),

if (typeof option.type === "function" && option.type === Array){
value = a.spliceWhile(argv, /^\w+/);
value = a.spliceWhile(argv, 0, /^\w+/);
} else {

@@ -48,0 +48,0 @@ if (isOption(argv[0])){

{
"name": "command-line-args",
"version": "0.2.2",
"version": "0.2.3",
"description": "Parse command line options",

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

"dependencies": {
"array-ting": "^0.2.0",
"array-ting": "^1.0.0",
"nature": "~0.5",
"object-ting": "^0.1.1"
"object-ting": "^1.0.0"
}
}
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