@types/superagent
Advanced tools
Comparing version 8.1.4 to 8.1.5
@@ -23,4 +23,4 @@ import { IncomingMessage } from "http"; | ||
forbidden: boolean; | ||
get(header: string): string; | ||
get(header: "Set-Cookie"): string[]; | ||
get(header: string): string | undefined; | ||
get(header: "Set-Cookie"): string[] | undefined; | ||
header: { [index: string]: string }; | ||
@@ -27,0 +27,0 @@ headers: { [index: string]: string }; |
{ | ||
"name": "@types/superagent", | ||
"version": "8.1.4", | ||
"version": "8.1.5", | ||
"description": "TypeScript definitions for superagent", | ||
@@ -82,4 +82,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/superagent", | ||
}, | ||
"typesPublisherContentHash": "15add25217a53e14127d56beba4791343c6cf10355c5b9e415a440709daa96b1", | ||
"typeScriptVersion": "4.6" | ||
"typesPublisherContentHash": "5b6160d6449b135ecfbcc64dfa41488540eb20d0dcd877ff0f854b5d85f993f3", | ||
"typeScriptVersion": "4.7" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 26 Feb 2024 20:07:44 GMT | ||
* Last updated: Thu, 21 Mar 2024 08:07:52 GMT | ||
* Dependencies: [@types/cookiejar](https://npmjs.com/package/@types/cookiejar), [@types/methods](https://npmjs.com/package/@types/methods), [@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
21275