@types/got
Advanced tools
Comparing version 9.6.5 to 9.6.6
@@ -10,2 +10,3 @@ // Type definitions for got 9.6 | ||
// Paul Hawxby <https://github.com/phawxby> | ||
// Ivy Witter <https://github.com/ivywit> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -149,2 +150,3 @@ // TypeScript Version: 2.8 | ||
beforeRetry?: Array<BeforeRetryHook<Options>>; | ||
beforeError?: BeforeErrorHook[]; | ||
afterResponse?: Array<AfterResponseHook<Options, Body>>; | ||
@@ -175,2 +177,4 @@ } | ||
type BeforeErrorHook = (error: GotError) => Error | Promise<Error>; | ||
/** | ||
@@ -177,0 +181,0 @@ * @param response Response object. |
{ | ||
"name": "@types/got", | ||
"version": "9.6.5", | ||
"version": "9.6.6", | ||
"description": "TypeScript definitions for got", | ||
@@ -41,2 +41,7 @@ "license": "MIT", | ||
"githubUsername": "phawxby" | ||
}, | ||
{ | ||
"name": "Ivy Witter", | ||
"url": "https://github.com/ivywit", | ||
"githubUsername": "ivywit" | ||
} | ||
@@ -57,4 +62,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "a0a181c20b65fde9dac95e8b9200800a00c28a9b287d703c3404b3aee7f66af9", | ||
"typesPublisherContentHash": "06ecfef382541340c2218e1eccc794141e84e66a90635d1698d7f64d5b9d3156", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 30 Jul 2019 22:30:36 GMT | ||
* Last updated: Sat, 10 Aug 2019 00:03:15 GMT | ||
* Dependencies: @types/tough-cookie, @types/node | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by BendingBender <https://github.com/BendingBender>, Linus Unnebäck <https://github.com/LinusU>, Konstantin Ikonnikov <https://github.com/ikokostya>, Stijn Van Nieuwenhuyse <https://github.com/stijnvn>, Matthew Bull <https://github.com/wingsbob>, Ryan Wilson-Perkin <https://github.com/ryanwilsonperkin>, and Paul Hawxby <https://github.com/phawxby>. | ||
These definitions were written by BendingBender <https://github.com/BendingBender>, Linus Unnebäck <https://github.com/LinusU>, Konstantin Ikonnikov <https://github.com/ikokostya>, Stijn Van Nieuwenhuyse <https://github.com/stijnvn>, Matthew Bull <https://github.com/wingsbob>, Ryan Wilson-Perkin <https://github.com/ryanwilsonperkin>, Paul Hawxby <https://github.com/phawxby>, and Ivy Witter <https://github.com/ivywit>. |
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
18250
305