Socket
Socket
Sign inDemoInstall

@types/superagent

Package Overview
Dependencies
Maintainers
1
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 4.1.18 to 4.1.19

6

superagent/index.d.ts

@@ -19,7 +19,7 @@ // Type definitions for SuperAgent 4.1

import { Blob } from "buffer";
import * as cookiejar from "cookiejar";
import * as fs from "fs";
import * as http from "http";
import * as stream from "stream";
import * as cookiejar from "cookiejar";
import { Blob } from "buffer";

@@ -150,3 +150,3 @@ type CallbackHandler = (err: any, res: request.Response) => void;

clearTimeout(): this;
connect(override: string | { [hostname: string]: false | string | { host: string, port: number} }): this;
connect(override: string | { [hostname: string]: false | string | { host: string; port: number } }): this;
disableTLSCerts(): this;

@@ -153,0 +153,0 @@ end(callback?: CallbackHandler): void;

{
"name": "@types/superagent",
"version": "4.1.18",
"version": "4.1.19",
"description": "TypeScript definitions for SuperAgent",

@@ -76,4 +76,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/superagent",

},
"typesPublisherContentHash": "de36cad4b597b66eadc0f68856e41fd6bf8fc585c99526b8e0afcd74dacd6ff7",
"typeScriptVersion": "4.3"
"typesPublisherContentHash": "c7f58d0b9c4f8faa48d5d25523e2ce8d6dff13090de08ef537283a016f7b32e4",
"typeScriptVersion": "4.5"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Wed, 24 May 2023 21:32:52 GMT
* Last updated: Mon, 25 Sep 2023 13:39:06 GMT
* Dependencies: [@types/cookiejar](https://npmjs.com/package/@types/cookiejar), [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@ * Global values: none

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