@types/request
Advanced tools
Comparing version 2.0.8 to 2.0.9
@@ -8,3 +8,4 @@ // Type definitions for request 2.0 | ||
// Christopher Currens <https://github.com/ccurrens>, | ||
// Jon Stevens <https://github.com/lookfirst> | ||
// Jon Stevens <https://github.com/lookfirst>, | ||
// Matt R. Wilson <https://github.com/mastermatt> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -62,2 +63,6 @@ // TypeScript Version: 2.3 | ||
initParams(uri: string, options?: TOptions, callback?: RequestCallback): TRequest; | ||
initParams(uri: string, callback?: RequestCallback): TRequest; | ||
initParams(options: TUriUrlOptions & TOptions, callback?: RequestCallback): TRequest; | ||
forever(agentOptions: any, optionsArg: any): TRequest; | ||
@@ -67,3 +72,2 @@ jar(store?: any): CookieJar; | ||
initParams: any; | ||
debug: boolean; | ||
@@ -70,0 +74,0 @@ } |
{ | ||
"name": "@types/request", | ||
"version": "2.0.8", | ||
"version": "2.0.9", | ||
"description": "TypeScript definitions for request", | ||
@@ -36,2 +36,7 @@ "license": "MIT", | ||
"githubUsername": "lookfirst" | ||
}, | ||
{ | ||
"name": "Matt R. Wilson", | ||
"url": "https://github.com/mastermatt", | ||
"githubUsername": "mastermatt" | ||
} | ||
@@ -49,4 +54,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "161d4b3b2b96ade52c81b0e0a364752552efa538f29d83bd483b42e9532f8457", | ||
"typesPublisherContentHash": "a2a91359850119ccf7f991e8a8f193828a4c74194c45eaa33dc14b93bfb04b81", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Sat, 11 Nov 2017 04:50:57 GMT | ||
* Last updated: Mon, 11 Dec 2017 23:33:53 GMT | ||
* Dependencies: stream, http, https, url, fs, form-data, node | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Carlos Ballesteros Velasco <https://github.com/soywiz>, bonnici <https://github.com/bonnici>, Bart van der Schoor <https://github.com/Bartvds>, Joe Skeen <https://github.com/joeskeen>, Christopher Currens <https://github.com/ccurrens>, Jon Stevens <https://github.com/lookfirst>. | ||
These definitions were written by Carlos Ballesteros Velasco <https://github.com/soywiz>, bonnici <https://github.com/bonnici>, Bart van der Schoor <https://github.com/Bartvds>, Joe Skeen <https://github.com/joeskeen>, Christopher Currens <https://github.com/ccurrens>, Jon Stevens <https://github.com/lookfirst>, Matt R. Wilson <https://github.com/mastermatt>. |
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
16026
286