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.8 to 15.0.9

8

yargs/index.d.ts

@@ -567,2 +567,10 @@ // Type definitions for yargs 15.0

/**
* Similar to `.strict()`, except that it only applies to unrecognized options. A
* user can still provide arbitrary positional options, but unknown options
* will raise an error.
*/
strictOptions(): Argv<T>;
strictOptions(enabled: boolean): Argv<T>;
/**
* Tell the parser logic not to interpret `key` as a number or boolean. This can be useful if you need to preserve leading zeros in an input.

@@ -569,0 +577,0 @@ *

4

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

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

},
"typesPublisherContentHash": "11d798c3f32cbea8b6410703d6318849808023734e64c476ce543d1d8133db7a",
"typesPublisherContentHash": "4594ba115356a9ffac78ebfc7bb6880e4c7401ac75a560a444a935955eb1d274",
"typeScriptVersion": "3.2"
}

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

### Additional Details
* Last updated: Thu, 08 Oct 2020 18:20:21 GMT
* Last updated: Fri, 16 Oct 2020 15:34:53 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