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.11 to 15.0.12

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 commands.
* A user can still provide arbitrary options, but unknown positional commands
* will raise an error.
*/
strictCommands(): Argv<T>;
strictCommands(enabled: boolean): Argv<T>;
/**
* Similar to `.strict()`, except that it only applies to unrecognized options. A

@@ -569,0 +577,0 @@ * user can still provide arbitrary positional options, but unknown options

4

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

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

},
"typesPublisherContentHash": "8d38a17965ca009a87ac8f7b1bf915d6e6c2eb04f153b907f2f8c81657b503e5",
"typesPublisherContentHash": "81c600c5850fae5f545c97f33a2a0de90a6890f7ca9ba47eb4146e2a78e7c35f",
"typeScriptVersion": "3.3"
}

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

### Additional Details
* Last updated: Wed, 02 Dec 2020 19:14:42 GMT
* Last updated: Tue, 15 Dec 2020 17:30:39 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