@types/got
Advanced tools
Comparing version 9.4.2 to 9.4.3
@@ -93,3 +93,3 @@ // Type definitions for got 9.4 | ||
(url: GotUrl): GotPromise<any>; | ||
(url: GotUrl, options: GotJSONOptions): GotPromise<any>; | ||
(url: GotUrl, options: Partial<GotJSONOptions>): GotPromise<any>; | ||
} | ||
@@ -99,3 +99,3 @@ | ||
(url: GotUrl): GotPromise<T extends null ? Buffer : string>; | ||
(url: GotUrl, options: GotFormOptions<T>): GotPromise<T extends null ? Buffer : string>; | ||
(url: GotUrl, options: Partial<GotFormOptions<T>>): GotPromise<T extends null ? Buffer : string>; | ||
} | ||
@@ -102,0 +102,0 @@ |
{ | ||
"name": "@types/got", | ||
"version": "9.4.2", | ||
"version": "9.4.3", | ||
"description": "TypeScript definitions for got", | ||
@@ -45,4 +45,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "e496ed07d4c51aa7101e8e30208f355c99078335abd7b7ea3d55c41cc1e606f9", | ||
"typesPublisherContentHash": "85c3a78fc80cdeedd46cc0467c6e7bbe894955604654e437710edf665b883935", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 15 Apr 2019 19:58:20 GMT | ||
* Last updated: Wed, 17 Apr 2019 21:43:47 GMT | ||
* Dependencies: @types/tough-cookie, @types/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
16781