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.9 to 17.0.10

2

yargs/index.d.ts

@@ -900,3 +900,3 @@ // Type definitions for yargs 17.0

type PromiseCompletionFunction = (current: string, argv: any) => Promise<string[]>;
type MiddlewareFunction<T = {}> = (args: Arguments<T>) => void;
type MiddlewareFunction<T = {}> = (args: Arguments<T>) => void | Promise<void>;
type Choices = ReadonlyArray<string | number | true | undefined>;

@@ -903,0 +903,0 @@ type PositionalOptionsType = 'boolean' | 'number' | 'string';

{
"name": "@types/yargs",
"version": "17.0.9",
"version": "17.0.10",
"description": "TypeScript definitions for yargs",

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

},
"typesPublisherContentHash": "50db1915bee528c6540428d531efd474ad1f6dfbef8232e90b1867909bb4e0e2",
"typesPublisherContentHash": "3a3301ae1e830cacd8e2ff90d3e54797b81ab3d844e13c4f0c49351248d8d002",
"typeScriptVersion": "3.9",

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

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

### Additional Details
* Last updated: Wed, 02 Mar 2022 17:31:51 GMT
* Last updated: Thu, 17 Mar 2022 22:31:44 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