Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

@types/yargs

Package Overview
Dependencies
1
Maintainers
1
Versions
149
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 15.0.7 to 15.0.8

9

yargs/index.d.ts

@@ -275,2 +275,7 @@ // Type definitions for yargs 15.0

/**
* Shows a [deprecated] notice in front of the option
*/
deprecateOption(option: string, msg?: string): Argv<T>;
/**
* Describe a `key` for the generated usage information.

@@ -675,2 +680,6 @@ *

demand?: boolean | string;
/** boolean or string, mark the argument as deprecated, see `deprecateOption()` */
deprecate?: boolean | string;
/** boolean or string, mark the argument as deprecated, see `deprecateOption()` */
deprecated?: boolean | string;
/** boolean or string, demand the option be given, with optional error message, see `demandOption()` */

@@ -677,0 +686,0 @@ demandOption?: boolean | string;

4

yargs/package.json
{
"name": "@types/yargs",
"version": "15.0.7",
"version": "15.0.8",
"description": "TypeScript definitions for yargs",

@@ -59,4 +59,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "4b39ad82ba1c1a2e95f9077e568d6a92124090952e30fe07fedd0a9c0c307ee0",
"typesPublisherContentHash": "11d798c3f32cbea8b6410703d6318849808023734e64c476ce543d1d8133db7a",
"typeScriptVersion": "3.2"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Wed, 23 Sep 2020 19:15:29 GMT
* Last updated: Thu, 08 Oct 2020 18:20:21 GMT
* Dependencies: [@types/yargs-parser](https://npmjs.com/package/@types/yargs-parser)

@@ -14,0 +14,0 @@ * Global values: none

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