@types/superagent
Advanced tools
Comparing version 1.4.28 to 2.0.29
@@ -1,2 +0,2 @@ | ||
// Type definitions for SuperAgent v1.4.0 | ||
// Type definitions for SuperAgent v2.0.0 | ||
// Project: https://github.com/visionmedia/superagent | ||
@@ -82,3 +82,3 @@ // Definitions by: Alex Varju <https://github.com/varju/> | ||
interface Request /* extends NodeJS.WritableStream */ { | ||
interface Request extends Promise<Response> /* extends NodeJS.WritableStream */ { | ||
abort(): void; | ||
@@ -85,0 +85,0 @@ accept(type: string): this; |
{ | ||
"name": "@types/superagent", | ||
"version": "1.4.28", | ||
"description": "TypeScript definitions for SuperAgent v1.4.0", | ||
"version": "2.0.29", | ||
"description": "TypeScript definitions for SuperAgent v2.0.0", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "author": "Alex Varju <https://github.com/varju/>", |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for SuperAgent v1.4.0 (https://github.com/visionmedia/superagent). | ||
This package contains type definitions for SuperAgent v2.0.0 (https://github.com/visionmedia/superagent). | ||
@@ -12,3 +12,3 @@ # Details | ||
Additional Details | ||
* Last updated: Tue, 02 Aug 2016 15:43:00 GMT | ||
* Last updated: Mon, 08 Aug 2016 20:24:59 GMT | ||
* File structure: ProperModule | ||
@@ -15,0 +15,0 @@ * Library Dependencies: node |
@@ -10,5 +10,5 @@ { | ||
], | ||
"libraryMajorVersion": "1", | ||
"libraryMinorVersion": "4", | ||
"libraryName": "SuperAgent v1.4.0", | ||
"libraryMajorVersion": "2", | ||
"libraryMinorVersion": "0", | ||
"libraryName": "SuperAgent v2.0.0", | ||
"typingsPackageName": "superagent", | ||
@@ -29,3 +29,3 @@ "projectName": "https://github.com/visionmedia/superagent", | ||
"hasPackageJson": false, | ||
"contentHash": "ac73643f95fe1295ac7670cf3d8272ad80b702a598c1de4fb622ed21a63dc1bf" | ||
"contentHash": "43c4aefd62f449b8d7fca3241ff8005db0ca24820afb41c9c66a9ef4b8db7dde" | ||
} |
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
6337
0