@types/superagent
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -34,3 +34,3 @@ // Type definitions for SuperAgent 2.3 | ||
interface SuperAgent<Req> extends stream.Stream { | ||
interface SuperAgent<Req extends SuperAgentRequest> extends stream.Stream { | ||
get(url: string, callback?: CallbackHandler): Req; | ||
@@ -37,0 +37,0 @@ post(url: string, callback?: CallbackHandler): Req; |
{ | ||
"name": "@types/superagent", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "TypeScript definitions for SuperAgent", | ||
@@ -30,4 +30,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "3cce36f67be65bf478d2b6a3328d155716b0e279b3682aca433fa8da1bb8e852", | ||
"typesPublisherContentHash": "2f75162e459c5d23ebfc2157db5f9ba88ce0710290bfaf3e8c1f474af23b6d44", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 15 Jun 2017 20:23:20 GMT | ||
* Last updated: Wed, 12 Jul 2017 21:17:34 GMT | ||
* Dependencies: stream, https, node | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
7634
0