Socket
Socket
Sign inDemoInstall

yargs

Package Overview
Dependencies
15
Maintainers
2
Versions
250
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 16.0.2 to 16.0.3

yargs

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [16.0.3](https://www.github.com/yargs/yargs/compare/v16.0.2...v16.0.3) (2020-09-10)
### Bug Fixes
* move yargs.cjs to yargs to fix Node 10 imports ([#1747](https://www.github.com/yargs/yargs/issues/1747)) ([5bfb85b](https://www.github.com/yargs/yargs/commit/5bfb85b33b85db8a44b5f7a700a8e4dbaf022df0))
### [16.0.2](https://www.github.com/yargs/yargs/compare/v16.0.1...v16.0.2) (2020-09-09)

@@ -7,0 +14,0 @@

6

package.json
{
"name": "yargs",
"version": "16.0.2",
"version": "16.0.3",
"description": "yargs the modern, pirate-themed, successor to optimist.",

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

"./yargs": {
"require": "./yargs.cjs"
"require": "./yargs"
}

@@ -32,3 +32,3 @@ },

"index.mjs",
"yargs.cjs",
"yargs",
"build",

@@ -35,0 +35,0 @@ "locales",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc