@types/superagent
Advanced tools
Comparing version 2.0.29 to 2.0.30
@@ -52,5 +52,5 @@ // Type definitions for SuperAgent v2.0.0 | ||
parse(fn: Function): Req; | ||
saveCookies(res: Response): void; | ||
attachCookies(req: Req): void; | ||
parse(fn: (res: Response, callback: (err: Error, body: any) => void) => void): this; | ||
saveCookies(res: Response): void; | ||
attachCookies(req: Req): void; | ||
} | ||
@@ -110,2 +110,3 @@ | ||
write(data: Buffer, encoding?: string): this; | ||
parse(fn: (res: Response, callback: (err: Error, body: any) => void) => void): this; | ||
} | ||
@@ -112,0 +113,0 @@ |
{ | ||
"name": "@types/superagent", | ||
"version": "2.0.29", | ||
"version": "2.0.30", | ||
"description": "TypeScript definitions for SuperAgent v2.0.0", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 08 Aug 2016 20:24:59 GMT | ||
* Last updated: Thu, 11 Aug 2016 13:53:47 GMT | ||
* File structure: ProperModule | ||
@@ -14,0 +14,0 @@ * Library Dependencies: node |
@@ -28,3 +28,3 @@ { | ||
"hasPackageJson": false, | ||
"contentHash": "43c4aefd62f449b8d7fca3241ff8005db0ca24820afb41c9c66a9ef4b8db7dde" | ||
"contentHash": "ee61e15d2457b8e98866678c70f6cae2b1333e57a3750b2f86c1044e49801621" | ||
} |
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
6484
130