Socket
Socket
Sign inDemoInstall

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 17.0.0-candidate.10 to 17.0.0-candidate.11

4

build/lib/completion-templates.js

@@ -8,3 +8,3 @@ export const completionShTemplate = `###-begin-{{app_name}}-completions-###

#
_yargs_completions()
_{{app_name}}_yargs_completions()
{

@@ -28,3 +28,3 @@ local cur_word args type_list

}
complete -o default -F _yargs_completions {{app_name}}
complete -o default -F _{{app_name}}_yargs_completions {{app_name}}
###-end-{{app_name}}-completions-###

@@ -31,0 +31,0 @@ `;

{
"name": "yargs",
"version": "17.0.0-candidate.10",
"version": "17.0.0-candidate.11",
"description": "yargs the modern, pirate-themed, successor to optimist.",

@@ -76,2 +76,3 @@ "main": "./index.cjs",

"rollup-plugin-cleanup": "^3.1.1",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^4.0.2",

@@ -78,0 +79,0 @@ "which": "^2.0.0",

Sorry, the diff of this file is not supported yet

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