@types/request
Advanced tools
Comparing version 2.0.11 to 2.0.12
@@ -63,4 +63,3 @@ // Type definitions for request 2.0 | ||
initParams(uri: string, options?: TOptions, callback?: RequestCallback): RequiredUriUrl & TOptions; | ||
initParams(uri: string, callback?: RequestCallback): RequiredUriUrl & TOptions; | ||
initParams(options: RequiredUriUrl & TOptions, callback?: RequestCallback): RequiredUriUrl & TOptions; | ||
initParams(uriOrOpts: string | RequiredUriUrl & TOptions, callback?: RequestCallback): RequiredUriUrl & TOptions; | ||
@@ -253,3 +252,3 @@ forever(agentOptions: any, optionsArg: any): TRequest; | ||
aws(opts: AWSOptions, now?: boolean): Request; | ||
auth(username: string, password: string, sendInmediately?: boolean, bearer?: string): Request; | ||
auth(username: string, password: string, sendImmediately?: boolean, bearer?: string): Request; | ||
oauth(oauth: OAuthOptions): Request; | ||
@@ -256,0 +255,0 @@ jar(jar: CookieJar): Request; |
{ | ||
"name": "@types/request", | ||
"version": "2.0.11", | ||
"version": "2.0.12", | ||
"description": "TypeScript definitions for request", | ||
@@ -54,4 +54,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "82fd5969560153f9df1dacb15431396ec472df71c450ca57f4f2fd89c00505c0", | ||
"typesPublisherContentHash": "7e4f7a5cf8398ef17b405c1a5ff9c56c35b25fbff1d5b53e3f0018473e7f84e1", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Sun, 14 Jan 2018 15:52:18 GMT | ||
* Last updated: Wed, 17 Jan 2018 15:32:02 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
15922
271