@types/superagent
Advanced tools
Comparing version 2.0.35 to 2.0.36
@@ -52,3 +52,3 @@ // Type definitions for SuperAgent v2.0.0 | ||
parse(fn: (res: Response, callback: (err: Error, body: any) => void) => void): this; | ||
parse(fn: (res: Response, callback: (err: Error | null, body: any) => void) => void): this; | ||
saveCookies(res: Response): void; | ||
@@ -113,3 +113,3 @@ attachCookies(req: Req): void; | ||
write(data: Buffer, encoding?: string): this; | ||
parse(fn: (res: Response, callback: (err: Error, body: any) => void) => void): this; | ||
parse(fn: (res: Response, callback: (err: Error | null, body: any) => void) => void): this; | ||
} | ||
@@ -116,0 +116,0 @@ |
{ | ||
"name": "@types/superagent", | ||
"version": "2.0.35", | ||
"description": "TypeScript definitions for SuperAgent v2.0.0", | ||
"version": "2.0.36", | ||
"description": "TypeScript definitions for SuperAgent", | ||
"license": "MIT", | ||
@@ -18,3 +18,3 @@ "author": "Alex Varju <https://github.com/varju/>", | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "dc4a4a3c157d49f75e5bf7e114434eff77b27fde9ae66b0ab6191139b23acb59" | ||
"typesPublisherContentHash": "02a5d98f0bb8d6505124894b50412cf5d02ce84786f99b2fb69dd353c04d0ba7" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for SuperAgent v2.0.0 (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: Tue, 11 Oct 2016 18:47:47 GMT | ||
* Last updated: Mon, 28 Nov 2016 16:28:40 GMT | ||
* File structure: ProperModule | ||
@@ -15,0 +15,0 @@ * Library Dependencies: node |
@@ -10,5 +10,5 @@ { | ||
], | ||
"libraryMajorVersion": "2", | ||
"libraryMinorVersion": "0", | ||
"libraryName": "SuperAgent v2.0.0", | ||
"libraryMajorVersion": 2, | ||
"libraryMinorVersion": 0, | ||
"libraryName": "SuperAgent", | ||
"typingsPackageName": "superagent", | ||
@@ -29,3 +29,3 @@ "projectName": "https://github.com/visionmedia/superagent", | ||
"hasPackageJson": false, | ||
"contentHash": "dc4a4a3c157d49f75e5bf7e114434eff77b27fde9ae66b0ab6191139b23acb59" | ||
"contentHash": "02a5d98f0bb8d6505124894b50412cf5d02ce84786f99b2fb69dd353c04d0ba7" | ||
} |
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
6649