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.5 to 4.1.6

9

superagent/index.d.ts

@@ -95,2 +95,9 @@ // Type definitions for SuperAgent 4.1

interface HTTPError extends Error {
status: number;
text: string;
method: string;
path: string;
}
interface Response extends NodeJS.ReadableStream {

@@ -102,3 +109,3 @@ accepted: boolean;

clientError: boolean;
error: ResponseError;
error: false | HTTPError;
files: any;

@@ -105,0 +112,0 @@ forbidden: boolean;

4

superagent/package.json
{
"name": "@types/superagent",
"version": "4.1.5",
"version": "4.1.6",
"description": "TypeScript definitions for SuperAgent",

@@ -70,4 +70,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "e933f6403387e153858e3bc6850f7f46d9804fa2a550680a827c1f5dbf4345dd",
"typesPublisherContentHash": "9cc8a13e9c4cb3496af47ee5b4b3dccb98d415ee657513100129259bdcde32bd",
"typeScriptVersion": "3.0"
}

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

### Additional Details
* Last updated: Mon, 03 Feb 2020 17:36:00 GMT
* Last updated: Thu, 06 Feb 2020 17:33:30 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