Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

yargs

Package Overview
Dependencies
Maintainers
3
Versions
250
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yargs - npm Package Compare versions

Comparing version 12.0.1 to 12.0.2

3

lib/command.js

@@ -22,3 +22,4 @@ 'use strict'

middlewares = middlewares || []
middlewares = globalMiddleware.concat(middlewares)
globalMiddleware.push(...middlewares)
middlewares = globalMiddleware
if (Array.isArray(cmd)) {

@@ -25,0 +26,0 @@ aliases = cmd.slice(1)

@@ -295,3 +295,3 @@ 'use strict'

if (value && argv[key] !== undefined && argv[value] !== undefined) {
usage.fail(__(`Arguments ${key} and ${value} are mutually exclusive`))
usage.fail(__('Arguments %s and %s are mutually exclusive', key, value))
}

@@ -298,0 +298,0 @@ })

@@ -11,3 +11,4 @@ {

"Show help": "Parlay this here code of conduct",
"Show version number": "'Tis the version ye be askin' fer"
"Show version number": "'Tis the version ye be askin' fer",
"Arguments %s and %s are mutually exclusive" : "Yon scurvy dogs %s and %s be as bad as rum and a prudish wench"
}
{
"name": "yargs",
"version": "12.0.1",
"version": "12.0.2",
"description": "yargs the modern, pirate-themed, successor to optimist.",

@@ -19,3 +19,3 @@ "main": "./index.js",

"get-caller-file": "^1.0.1",
"os-locale": "^2.0.0",
"os-locale": "^3.0.0",
"require-directory": "^2.1.1",

@@ -32,3 +32,3 @@ "require-main-filename": "^1.0.1",

"chalk": "^1.1.3",
"coveralls": "^3.0.1",
"coveralls": "^3.0.2",
"cpr": "^2.0.0",

@@ -35,0 +35,0 @@ "cross-spawn": "^6.0.4",

Sorry, the diff of this file is too big to display

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