@types/superagent
Advanced tools
Comparing version 3.8.4 to 3.8.5
@@ -9,2 +9,3 @@ // Type definitions for SuperAgent 3.8 | ||
// Adam Haglund <https://github.com/beeequeue> | ||
// Lukas Elmer <https://github.com/lukaselmer> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -49,3 +50,3 @@ // TypeScript Version: 2.2 | ||
agent(): SuperAgent<SuperAgentRequest>; | ||
agent(): this & Request; | ||
serialize: { [type: string]: Serializer }; | ||
@@ -52,0 +53,0 @@ parse: { [type: string]: Parser }; |
{ | ||
"name": "@types/superagent", | ||
"version": "3.8.4", | ||
"version": "3.8.5", | ||
"description": "TypeScript definitions for SuperAgent", | ||
@@ -36,5 +36,11 @@ "license": "MIT", | ||
"githubUsername": "beeequeue" | ||
}, | ||
{ | ||
"name": "Lukas Elmer", | ||
"url": "https://github.com/lukaselmer", | ||
"githubUsername": "lukaselmer" | ||
} | ||
], | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
@@ -49,4 +55,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "b74e68f2d30e8ae51999e31c0fb53c745515cd0aefa4a38ac3c4303809ede1e8", | ||
"typesPublisherContentHash": "d11d04b4350edbb7daaae06d5a567648dc623acca3c56d9b23eceb2c8f8e89c4", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -11,7 +11,7 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 24 Aug 2018 00:34:14 GMT | ||
* Dependencies: fs, https, stream, cookiejar, node | ||
* Last updated: Tue, 04 Dec 2018 18:31:38 GMT | ||
* Dependencies: @types/cookiejar, @types/node | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Nico Zelaya <https://github.com/NicoZelaya>, Michael Ledin <https://github.com/mxl>, Pap Lőrinc <https://github.com/paplorinc>, Shrey Jain <https://github.com/shreyjain1994>, Alec Zopf <https://github.com/zopf>, Adam Haglund <https://github.com/beeequeue>. | ||
These definitions were written by Nico Zelaya <https://github.com/NicoZelaya>, Michael Ledin <https://github.com/mxl>, Pap Lőrinc <https://github.com/paplorinc>, Shrey Jain <https://github.com/shreyjain1994>, Alec Zopf <https://github.com/zopf>, Adam Haglund <https://github.com/beeequeue>, Lukas Elmer <https://github.com/lukaselmer>. |
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
10188
149