@types/superagent
Advanced tools
Comparing version 8.1.5 to 8.1.6
@@ -91,3 +91,3 @@ import * as http from "http"; | ||
set(field: "Cookie", val: string[]): this; | ||
set(field: Record<string, string>): this; | ||
set(field: http.IncomingHttpHeaders): this; | ||
set(field: string, val: string): this; | ||
@@ -94,0 +94,0 @@ sortQuery(sort?: boolean | ((a: string, b: string) => number)): this; |
{ | ||
"name": "@types/superagent", | ||
"version": "8.1.5", | ||
"version": "8.1.6", | ||
"description": "TypeScript definitions for superagent", | ||
@@ -82,4 +82,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/superagent", | ||
}, | ||
"typesPublisherContentHash": "5b6160d6449b135ecfbcc64dfa41488540eb20d0dcd877ff0f854b5d85f993f3", | ||
"typesPublisherContentHash": "d2df03967318b43670089183736df6c958b2f3acb89f364172d1893eb6844a14", | ||
"typeScriptVersion": "4.7" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 21 Mar 2024 08:07:52 GMT | ||
* Last updated: Fri, 22 Mar 2024 17:06:45 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
21277