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.26 to 17.0.27

12

yargs/index.d.ts

@@ -192,3 +192,7 @@ // Type definitions for yargs 17.0

// eslint-disable-next-line @definitelytyped/no-unnecessary-generics
command<U = any>(command: string | ReadonlyArray<string>, description: string, module: CommandModule<T, U>): Argv<T>;
command<U = any>(
command: string | ReadonlyArray<string>,
description: string,
module: CommandModule<T, U>,
): Argv<T>;
command<U = T>(

@@ -209,3 +213,7 @@ command: string | ReadonlyArray<string>,

// eslint-disable-next-line @definitelytyped/no-unnecessary-generics
command<U = any>(command: string | ReadonlyArray<string>, showInHelp: false, module: CommandModule<T, U>): Argv<T>;
command<U = any>(
command: string | ReadonlyArray<string>,
showInHelp: false,
module: CommandModule<T, U>,
): Argv<T>;
// eslint-disable-next-line @definitelytyped/no-unnecessary-generics

@@ -212,0 +220,0 @@ command<U = any>(module: CommandModule<T, U>): Argv<T>;

4

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

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

},
"typesPublisherContentHash": "ba24f1afefd3edf8c715354912f85c46f957dfded393da97610c3c9e96758940",
"typesPublisherContentHash": "c44959f58c1c4b14033ec43aa7bc070a28fb8a7a366afc26c3a794d2abf057f1",
"typeScriptVersion": "4.5",

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

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

### Additional Details
* Last updated: Fri, 29 Sep 2023 00:14:50 GMT
* Last updated: Fri, 06 Oct 2023 23:05:45 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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc