Socket
Socket
Sign inDemoInstall

@types/superagent

Package Overview
Dependencies
Maintainers
0
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/superagent - npm Package Compare versions

Comparing version 8.1.7 to 8.1.8

2

superagent/lib/node/index.d.ts

@@ -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>;

9

superagent/package.json
{
"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).
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc