@types/got
Advanced tools
Comparing version 7.1.7 to 7.1.8
@@ -101,3 +101,7 @@ // Type definitions for got 7.1 | ||
type GotOptions<E extends string | null> = http.RequestOptions & { | ||
interface TimoutRequestOptions extends http.RequestOptions { | ||
timeout?: any; | ||
} | ||
interface GotOptions<E extends string | null> extends TimoutRequestOptions { | ||
encoding?: E; | ||
@@ -110,3 +114,3 @@ query?: string | object; | ||
useElectronNet?: boolean; | ||
}; | ||
} | ||
@@ -113,0 +117,0 @@ interface TimeoutOptions { |
{ | ||
"name": "@types/got", | ||
"version": "7.1.7", | ||
"version": "7.1.8", | ||
"description": "TypeScript definitions for got", | ||
@@ -27,4 +27,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "f672bfbffb538aeb57706dde7d250d7bf25e152059e393a99dbd7c11de457e73", | ||
"typesPublisherContentHash": "3423d92561867f349c3a6716dc28ec35e6bbea7208edbacf6608aa266806a36c", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Sat, 10 Feb 2018 21:44:46 GMT | ||
* Last updated: Thu, 15 Mar 2018 23:17:55 GMT | ||
* Dependencies: url, http, stream, 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
9154
135