@types/superagent
Advanced tools
Comparing version 4.1.3 to 4.1.4
@@ -12,2 +12,3 @@ // Type definitions for SuperAgent 4.1 | ||
// Chris Arnesen <https://github.com/carnesen> | ||
// Anders Kindberg <https://github.com/ghostganz> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -20,3 +21,3 @@ // TypeScript Version: 3.0 | ||
import * as fs from 'fs'; | ||
import * as https from 'https'; | ||
import * as http from 'http'; | ||
import * as stream from 'stream'; | ||
@@ -43,3 +44,3 @@ import * as cookiejar from 'cookiejar'; | ||
interface SuperAgentRequest extends Request { | ||
agent(agent?: https.Agent): this; | ||
agent(agent?: http.Agent): this; | ||
@@ -46,0 +47,0 @@ cookies: string; |
{ | ||
"name": "@types/superagent", | ||
"version": "4.1.3", | ||
"version": "4.1.4", | ||
"description": "TypeScript definitions for SuperAgent", | ||
@@ -51,2 +51,7 @@ "license": "MIT", | ||
"githubUsername": "carnesen" | ||
}, | ||
{ | ||
"name": "Anders Kindberg", | ||
"url": "https://github.com/ghostganz", | ||
"githubUsername": "ghostganz" | ||
} | ||
@@ -66,4 +71,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "d355cb0a888987d92ae7240a014bdf7916eb4334891207c7a98309ab09f6c1f6", | ||
"typesPublisherContentHash": "09d4fda0d7040e96ccdc4b144cb4b08d0e9352a98c47686c2d9ea796e31172cb", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 08 Jul 2019 22:53:13 GMT | ||
* Last updated: Mon, 28 Oct 2019 15:09:03 GMT | ||
* Dependencies: @types/cookiejar, @types/node | ||
@@ -17,2 +17,2 @@ * 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>, Lukas Elmer <https://github.com/lukaselmer>, Jesse Rogers <https://github.com/theQuazz>, and Chris Arnesen <https://github.com/carnesen>. | ||
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>, Jesse Rogers <https://github.com/theQuazz>, Chris Arnesen <https://github.com/carnesen>, and Anders Kindberg <https://github.com/ghostganz>. |
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
11387
158