@types/superagent
Advanced tools
Comparing version 3.8.5 to 3.8.6
@@ -103,2 +103,3 @@ // Type definitions for SuperAgent 3.8 | ||
get(header: string): string; | ||
get(header: 'Set-Cookie'): string[]; | ||
header: any; | ||
@@ -152,2 +153,3 @@ info: boolean; | ||
set(field: string, val: string): this; | ||
set(field: 'Cookie', val: string[]): this; | ||
timeout(ms: number | { deadline?: number, response?: number }): this; | ||
@@ -154,0 +156,0 @@ type(val: string): this; |
{ | ||
"name": "@types/superagent", | ||
"version": "3.8.5", | ||
"version": "3.8.6", | ||
"description": "TypeScript definitions for SuperAgent", | ||
@@ -54,4 +54,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "d11d04b4350edbb7daaae06d5a567648dc623acca3c56d9b23eceb2c8f8e89c4", | ||
"typesPublisherContentHash": "adee2db715a4729c6797f099427a7f11db1c3088feda66fcb02b329a90c134fc", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 04 Dec 2018 18:31:38 GMT | ||
* Last updated: Fri, 04 Jan 2019 18:32:49 GMT | ||
* Dependencies: @types/cookiejar, @types/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
10284
151