@types/superagent
Advanced tools
Comparing version 8.1.7 to 8.1.8
@@ -13,2 +13,3 @@ import * as http from "http"; | ||
import ResponseBase = require("./response"); | ||
import { AppendOptions } from "form-data"; | ||
import { AgentOptions as SAgentOptions, CBHandler, URLType } from "../../types"; | ||
@@ -69,2 +70,3 @@ import { Request as Http2Request } from "./http2wrapper"; | ||
| Array<string | number | boolean | Blob | Buffer | ReadStream>, | ||
options?: AppendOptions | string, | ||
): this; | ||
@@ -71,0 +73,0 @@ finally(onfinally?: (() => void) | null): Promise<ResponseBase>; |
{ | ||
"name": "@types/superagent", | ||
"version": "8.1.7", | ||
"version": "8.1.8", | ||
"description": "TypeScript definitions for superagent", | ||
@@ -79,7 +79,8 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/superagent", | ||
"@types/cookiejar": "^2.1.5", | ||
"@types/methods": "^1.1.4", | ||
"@types/node": "*", | ||
"@types/methods": "^1.1.4" | ||
"form-data": "^4.0.0" | ||
}, | ||
"typesPublisherContentHash": "02db48039ef37ce6ce1285e9973aa03b324f560e7e907c18b21373a2a394553b", | ||
"typeScriptVersion": "4.7" | ||
"typesPublisherContentHash": "d9b0b6ac16a97c7af1d2d07ba42585434107b071bc698c3bf805436d66b399b4", | ||
"typeScriptVersion": "4.8" | ||
} |
@@ -11,6 +11,6 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 03 May 2024 14:35:19 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) | ||
* Last updated: Sat, 27 Jul 2024 03:09:21 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), [form-data](https://npmjs.com/package/form-data) | ||
# Credits | ||
These definitions were written by [Nico Zelaya](https://github.com/NicoZelaya), [Michael Ledin](https://github.com/mxl), [Pap Lőrinc](https://github.com/paplorinc), [Shrey Jain](https://github.com/shreyjain1994), [Alec Zopf](https://github.com/zopf), [Adam Haglund](https://github.com/beeequeue), [Lukas Elmer](https://github.com/lukaselmer), [Jesse Rogers](https://github.com/theQuazz), [Chris Arnesen](https://github.com/carnesen), [Anders Kindberg](https://github.com/ghostganz), [LuckyWind_sck](https://github.com/LuckyWindsck), and [David Tanner](https://github.com/DavidTanner). |
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
21444
398
4
+ Addedform-data@^4.0.0
+ Addedasynckit@0.4.0(transitive)
+ Addedcombined-stream@1.0.8(transitive)
+ Addeddelayed-stream@1.0.0(transitive)
+ Addedform-data@4.0.1(transitive)
+ Addedmime-db@1.52.0(transitive)
+ Addedmime-types@2.1.35(transitive)