@types/yargs
Advanced tools
Comparing version 0.0.35 to 0.0.36
@@ -43,2 +43,3 @@ // Type definitions for yargs | ||
demand(positionals: number, msg: string): Argv; | ||
demand(positionals: number, max: number, msg?: string): Argv; | ||
@@ -45,0 +46,0 @@ require(key: string, msg: string): Argv; |
{ | ||
"name": "@types/yargs", | ||
"version": "0.0.35", | ||
"version": "0.0.36", | ||
"description": "TypeScript definitions for yargs", | ||
@@ -16,3 +16,3 @@ "license": "MIT", | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "e68bc04ce382de4fdb1272e172544ed519cd8b096158b3a9818567a72cf03895" | ||
"typesPublisherContentHash": "1929474cdc715fbd90b7ea7d3f01da58e977753f34d2a29e93a666eac9619f7c" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 01 Nov 2016 12:57:26 GMT | ||
* Last updated: Tue, 01 Nov 2016 13:01:28 GMT | ||
* File structure: ProperModule | ||
@@ -14,0 +14,0 @@ * Library Dependencies: none |
@@ -24,3 +24,3 @@ { | ||
"hasPackageJson": false, | ||
"contentHash": "e68bc04ce382de4fdb1272e172544ed519cd8b096158b3a9818567a72cf03895" | ||
"contentHash": "1929474cdc715fbd90b7ea7d3f01da58e977753f34d2a29e93a666eac9619f7c" | ||
} |
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
8812
163