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.0 to 12.0.1

10

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

@@ -16,4 +16,4 @@ "main": "./index.js",

"cliui": "^4.0.0",
"decamelize": "^1.1.1",
"find-up": "^2.1.0",
"decamelize": "^2.0.0",
"find-up": "^3.0.0",
"get-caller-file": "^1.0.1",

@@ -27,3 +27,3 @@ "os-locale": "^2.0.0",

"y18n": "^3.2.1 || ^4.0.0",
"yargs-parser": "^10.0.0"
"yargs-parser": "^10.1.0"
},

@@ -73,4 +73,4 @@ "devDependencies": {

"engine": {
"node": ">=4"
"node": ">=6"
}
}

@@ -33,2 +33,3 @@ <p align="center">

Stable version:
```bash

@@ -38,2 +39,7 @@ npm i yargs --save

Bleeding edge version with the most recent features:
```bash
npm i yargs@next --save
```
## Usage :

@@ -40,0 +46,0 @@

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