🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

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

to
0.1.0

2

lib/index.js

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

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

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

{
"name": "cli-arguments",
"version": "0.0.1",
"version": "0.1.0",
"main": "lib/index.js"
}

@@ -5,11 +5,2 @@ /**

"use strict";
require("babel/register")({
"ignore": false,
"whitelist": [
"es6.arrowFunctions",
"es6.destructuring"
]
});
var cliArgv = require("../lib/index.js");

@@ -16,0 +7,0 @@