Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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 8.1.1 to 8.1.2

2

superagent/lib/node/index.d.ts

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

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