@types/superagent
Advanced tools
Comparing version 3.8.6 to 3.8.7
@@ -10,2 +10,3 @@ // Type definitions for SuperAgent 3.8 | ||
// Lukas Elmer <https://github.com/lukaselmer> | ||
// Jesse Rogers <https://github.com/theQuazz> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -120,2 +121,3 @@ // TypeScript Version: 2.2 | ||
xhr: XMLHttpRequest; | ||
redirects: string[]; | ||
} | ||
@@ -122,0 +124,0 @@ |
{ | ||
"name": "@types/superagent", | ||
"version": "3.8.6", | ||
"version": "3.8.7", | ||
"description": "TypeScript definitions for SuperAgent", | ||
@@ -41,2 +41,7 @@ "license": "MIT", | ||
"githubUsername": "lukaselmer" | ||
}, | ||
{ | ||
"name": "Jesse Rogers", | ||
"url": "https://github.com/theQuazz", | ||
"githubUsername": "theQuazz" | ||
} | ||
@@ -48,3 +53,4 @@ ], | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/superagent" | ||
}, | ||
@@ -56,4 +62,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "adee2db715a4729c6797f099427a7f11db1c3088feda66fcb02b329a90c134fc", | ||
"typesPublisherContentHash": "4cc6b4317c6d62dc6990d89eb8fa93145933e2f1a98a7f0478d174f922866bcc", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for SuperAgent (https://github.com/visionmedia/superagent). | ||
This package contains type definitions for SuperAgent ( https://github.com/visionmedia/superagent ). | ||
@@ -12,3 +12,3 @@ # Details | ||
Additional Details | ||
* Last updated: Fri, 04 Jan 2019 18:32:49 GMT | ||
* Last updated: Thu, 28 Feb 2019 03:04:22 GMT | ||
* Dependencies: @types/cookiejar, @types/node | ||
@@ -18,2 +18,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>. | ||
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>. |
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
10610
153