@types/got
Advanced tools
Comparing version 9.2.0 to 9.2.1
@@ -56,2 +56,6 @@ // Type definitions for got 9.2 | ||
declare class TimeoutError extends StdError { | ||
name: 'TimeoutError'; | ||
} | ||
declare class StdError extends Error { | ||
@@ -79,2 +83,3 @@ code?: string; | ||
CancelError: typeof CancelError; | ||
TimeoutError: typeof TimeoutError; | ||
}; | ||
@@ -220,3 +225,3 @@ | ||
type GotError = RequestError | ReadError | ParseError | HTTPError | MaxRedirectsError | UnsupportedProtocolError | CancelError; | ||
type GotError = RequestError | ReadError | ParseError | HTTPError | MaxRedirectsError | UnsupportedProtocolError | CancelError | TimeoutError; | ||
@@ -223,0 +228,0 @@ interface Progress { |
{ | ||
"name": "@types/got", | ||
"version": "9.2.0", | ||
"version": "9.2.1", | ||
"description": "TypeScript definitions for got", | ||
@@ -29,3 +29,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "", | ||
"types": "index", | ||
"repository": { | ||
@@ -40,4 +40,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "29f57a4768d1fa420977cd47501386f5e85b42b44763dc46a10580f71e547784", | ||
"typesPublisherContentHash": "bab88fe6b7fac6dfa82b227f6171905a5844247dcf35fa592a9d75e5a114fbdc", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 30 Oct 2018 19:52:56 GMT | ||
* Last updated: Wed, 28 Nov 2018 18:21:19 GMT | ||
* Dependencies: tough-cookie, node | ||
@@ -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
12496
193
0