🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

cli-argparse

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-argparse - npm Package Compare versions

Comparing version

to
1.0.0

var short = '-', long = '--';
var sre = /^-[^-]+/, lre = /^--[^-]+/, negate = /(--)?no-/;
var camelcase = require('cli-util').camelcase;
var camelcase = require('camelcase');

@@ -5,0 +5,0 @@ function exists(arg, list) {

{
"name": "cli-argparse",
"version": "0.4.6",
"version": "1.0.0",
"description": "Lightweight argument parser",

@@ -30,3 +30,3 @@ "author": "muji <noop@xpm.io>",

"dependencies": {
"cli-util": "~1.1.27"
"camelcase": "~1.0.2"
},

@@ -43,4 +43,3 @@ "devDependencies": {

"test": "istanbul cover _mocha -- -u bdd --recursive --reporter list -A test/spec"
},
"config": {}
}
}