@types/superagent
Advanced tools
Comparing version 8.1.1 to 8.1.2
@@ -43,3 +43,3 @@ import * as http from "http"; | ||
auth(token: string, options: { type: "bearer" }): this; | ||
auth(user: string, pass: string, options?: { type: "basic" | "auto" }): this; | ||
auth(user: string, pass: string, options?: { type: "basic" | "auto"; encoder?: (str: string) => string }): this; | ||
buffer(val?: boolean): this; | ||
@@ -46,0 +46,0 @@ ca(cert: string | string[] | Buffer | Buffer[]): this; |
{ | ||
"name": "@types/superagent", | ||
"version": "8.1.1", | ||
"version": "8.1.2", | ||
"description": "TypeScript definitions for superagent", | ||
@@ -82,4 +82,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/superagent", | ||
}, | ||
"typesPublisherContentHash": "4c5c2c9949fd854095c7c7a308ec7a5d9e56b687126444c75880d89ffe3261d0", | ||
"typesPublisherContentHash": "e45ed065bfe5f0fe79cda8cbc30eab26edfd4219f2c857ef9716aec126310677", | ||
"typeScriptVersion": "4.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 22 Dec 2023 19:06:36 GMT | ||
* Last updated: Mon, 22 Jan 2024 14:07:07 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
19318