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

yargs

Package Overview
Dependencies
Maintainers
2
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 15.2.0-beta.0 to 15.2.0-beta.1

4

lib/usage.js

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

const defaultGroup = 'Options:'
const defaultGroup = __('Options:')
self.help = function help () {

@@ -268,3 +268,3 @@ if (cachedHelpMessage) return cachedHelpMessage

ui.div(__(groupName))
ui.div(groupName)

@@ -271,0 +271,0 @@ // actually generate the switches string --foo, -f, --bar.

@@ -36,2 +36,6 @@ {

},
"Unknown command: %s": {
"one": "Commande inconnue : %s",
"other": "Commandes inconnues : %s"
},
"Invalid values:": "Valeurs invalides :",

@@ -38,0 +42,0 @@ "Argument: %s, Given: %s, Choices: %s": "Argument : %s, donné : %s, choix : %s",

{
"name": "yargs",
"version": "15.2.0-beta.0",
"version": "15.2.0-beta.1",
"description": "yargs the modern, pirate-themed, successor to optimist.",

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

"y18n": "^4.0.0",
"yargs-parser": "^17.0.0"
"yargs-parser": "^17.0.1"
},

@@ -35,0 +35,0 @@ "devDependencies": {

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