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.0.1 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 @@

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