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 17.0.6 to 17.0.7

6

yargs/index.d.ts

@@ -563,2 +563,8 @@ // Type definitions for yargs 17.0

/**
* Print the version data using the console function consoleLevel or the specified function.
* @param [level='error']
*/
showVersion(level?: 'error' | 'log' | ((message: string) => void)): Argv<T>;
/** Specifies either a single option key (string), or an array of options. If any of the options is present, yargs validation is skipped. */

@@ -565,0 +571,0 @@ skipValidation(key: string | ReadonlyArray<string>): Argv<T>;

4

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

@@ -65,3 +65,3 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yargs",

},
"typesPublisherContentHash": "e048c7723aeed31444483f2a810bc6850072174fa89f9f750edb247bda6f21e4",
"typesPublisherContentHash": "b0ad85989b238fef5b94147fd81cb376b2d26f919fa831203ef522a59ddd95ab",
"typeScriptVersion": "3.7",

@@ -68,0 +68,0 @@ "exports": {

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

### Additional Details
* Last updated: Wed, 17 Nov 2021 20:31:25 GMT
* Last updated: Thu, 18 Nov 2021 04:31:25 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