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 3.5.0 to 3.5.1

5

lib/completion.js

@@ -18,7 +18,2 @@ var fs = require('fs'),

fs.writeFileSync('./foo.txt', JSON.stringify({
previous: previous,
current: current
}), 'utf-8');
// a custom completion function can be provided

@@ -25,0 +20,0 @@ // to completion().

2

package.json
{
"name": "yargs",
"version": "3.5.0",
"version": "3.5.1",
"description": "Light-weight option parsing with an argv hash. No optstrings attached.",

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

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