@types/yargs
Advanced tools
Comparing version 11.0.0 to 11.1.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for yargs 11.0 | ||
// Type definitions for yargs 11.1 | ||
// Project: https://github.com/chevex/yargs | ||
@@ -119,2 +119,4 @@ // Definitions by: Martin Poelstra <https://github.com/poelstra> | ||
hide(key: string): Argv; | ||
help(): Argv; | ||
@@ -189,2 +191,5 @@ help(enableExplicit: boolean): Argv; | ||
showhidden(option?: string | boolean): Argv; | ||
showhidden(option: string, description?: string): Argv; | ||
showHelp(consoleLevel?: string): Argv; | ||
@@ -191,0 +196,0 @@ |
{ | ||
"name": "@types/yargs", | ||
"version": "11.0.0", | ||
"version": "11.1.0", | ||
"description": "TypeScript definitions for yargs", | ||
@@ -36,8 +36,8 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "cc206e82380553e77085db67cf9e4cfc2efb9e903078296d0b635072d729cbbe", | ||
"typesPublisherContentHash": "443dd5122e4e308fca65b3bfd3a88c8d7d0832bf7fd067c6e6f978d5624c91de", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yargs | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yargs | ||
Additional Details | ||
* Last updated: Tue, 13 Feb 2018 23:11:26 GMT | ||
* Last updated: Wed, 11 Jul 2018 01:14:17 GMT | ||
* Dependencies: none | ||
@@ -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
15706
249