@types/request
Advanced tools
Comparing version 2.0.12 to 2.0.13
@@ -117,5 +117,5 @@ // Type definitions for request 2.0 | ||
callback?: (error: any, response: RequestResponse, body: any) => void; | ||
jar?: any; // CookieJar | ||
formData?: any; // Object | ||
form?: any; // Object or string | ||
jar?: CookieJar | boolean; | ||
formData?: { [key: string]: any }; | ||
form?: { [key: string]: any } | string; | ||
auth?: AuthOptions; | ||
@@ -122,0 +122,0 @@ oauth?: OAuthOptions; |
{ | ||
"name": "@types/request", | ||
"version": "2.0.12", | ||
"version": "2.0.13", | ||
"description": "TypeScript definitions for request", | ||
@@ -54,4 +54,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "7e4f7a5cf8398ef17b405c1a5ff9c56c35b25fbff1d5b53e3f0018473e7f84e1", | ||
"typesPublisherContentHash": "6c14182e2b40e1c53511609ee86e40c677d399a0e5bc93a12e6e594c71e9e80e", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 17 Jan 2018 15:32:02 GMT | ||
* Last updated: Mon, 22 Jan 2018 19:06:28 GMT | ||
* Dependencies: stream, http, https, fs, form-data, tough-cookie, url, node | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
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
15604