@types/yargs
Advanced tools
Comparing version 13.0.9 to 13.0.10
@@ -418,4 +418,5 @@ // Type definitions for yargs 13.0 | ||
*/ | ||
parse(): { [key in keyof Arguments<T>]: Arguments<T>[key] }; | ||
parse(arg: string | ReadonlyArray<string>, context?: object, parseCallback?: ParseCallback<T>): { [key in keyof Arguments<T>]: Arguments<T>[key] }; | ||
parse(arg?: string | ReadonlyArray<string>): { [key in keyof Arguments<T>]: Arguments<T>[key] }; | ||
parse(arg: string | ReadonlyArray<string>, parseCallback: ParseCallback<T>): { [key in keyof Arguments<T>]: Arguments<T>[key] }; | ||
parse(arg: string | ReadonlyArray<string>, context: object, parseCallback?: ParseCallback<T>): { [key in keyof Arguments<T>]: Arguments<T>[key] }; | ||
@@ -422,0 +423,0 @@ /** |
{ | ||
"name": "@types/yargs", | ||
"version": "13.0.9", | ||
"version": "13.0.10", | ||
"description": "TypeScript definitions for yargs", | ||
@@ -59,4 +59,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "29e2debc80d07a54e3f10927390d75e9d9dfa9804f2a85a1819acfac60b5d21b", | ||
"typesPublisherContentHash": "a7ee2cfade1340ab79423a143a4528266df904e02d386143a1260c0dfe472edc", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 11 May 2020 23:15:34 GMT | ||
* Last updated: Wed, 05 Aug 2020 22:19:13 GMT | ||
* Dependencies: [@types/yargs-parser](https://npmjs.com/package/@types/yargs-parser) | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
49990
702
0