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.3 to 17.0.4

2

yargs/index.d.ts

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

/** a function which will be passed the parsed argv. */
handler: (args: Arguments<U>) => void;
handler: (args: Arguments<U>) => void | Promise<void>;
}

@@ -860,0 +860,0 @@

{
"name": "@types/yargs",
"version": "17.0.3",
"version": "17.0.4",
"description": "TypeScript definitions for yargs",

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

},
"typesPublisherContentHash": "caeca6833cb97c4ec9d2b51cd05e5ea2f57c145074231f9c9ae3bfebaa888c77",
"typesPublisherContentHash": "00804606ef472de36eea162afd43480165f3f6367b9719816b178374a4decef5",
"typeScriptVersion": "3.7"
}

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

### Additional Details
* Last updated: Tue, 21 Sep 2021 19:02:16 GMT
* Last updated: Fri, 15 Oct 2021 01:01:19 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