@types/superagent
Advanced tools
Comparing version 4.1.21 to 4.1.22
@@ -99,4 +99,4 @@ /// <reference types="node" /> | ||
get(header: "Set-Cookie"): string[]; | ||
header: any; | ||
headers: any; | ||
header: { [index: string]: string }; | ||
headers: { [index: string]: string }; | ||
info: boolean; | ||
@@ -103,0 +103,0 @@ links: Record<string, string>; |
{ | ||
"name": "@types/superagent", | ||
"version": "4.1.21", | ||
"version": "4.1.22", | ||
"description": "TypeScript definitions for superagent", | ||
@@ -76,4 +76,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/superagent", | ||
}, | ||
"typesPublisherContentHash": "f8f44459c3feea84f88cd23e2d6b76bfca4aafced6f289c095e3d94edf0e0ba0", | ||
"typesPublisherContentHash": "32a059b274ec08d92e840cf3c6409c9220822330d47056500ba8e1508518fd42", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 15:11:36 GMT | ||
* Last updated: Thu, 16 Nov 2023 15:07:11 GMT | ||
* Dependencies: [@types/cookiejar](https://npmjs.com/package/@types/cookiejar), [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ |
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
11571