Socket
Socket
Sign inDemoInstall

argue-cli

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

argue-cli - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

3

lib/lib.js

@@ -16,5 +16,4 @@ "use strict";

exports.optionsEqual = optionsEqual;
var argv = exports.argv = process.argv.slice(2, process.argv.length);
var argv = process.argv.slice(2, process.argv.length);
function findName(name, names) {

@@ -21,0 +20,0 @@

{
"name": "argue-cli",
"version": "1.1.0",
"version": "1.1.1",
"description": "Node.js CLI arguments parser.",

@@ -5,0 +5,0 @@ "main": "lib/lib.js",

@@ -13,5 +13,5 @@ [![NPM](https://nodei.co/npm/argue-cli.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/argue-cli/)

expect(
{"install": "i"}, // full name and shirt name, e.g. `npm install`, `npm i`
["update", "u"], // also full name and shirt name, e.g. `npm update`, `npm u`
"info" // only one variant of name
{"install": "i"}, // full name and shirt name, e.g. `npm install`, `npm i`
["update", "u"], // also full name and shirt name, e.g. `npm update`, `npm u`
"info" // only one variant of name
);

@@ -18,0 +18,0 @@ ```

const argv = process.argv.slice(2, process.argv.length);
export const argv = process.argv.slice(2, process.argv.length);

@@ -4,0 +4,0 @@ function findName(name, names) {

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