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.4 to 4.1.5

7

superagent/index.d.ts

@@ -91,6 +91,4 @@ // Type definitions for SuperAgent 4.1

interface ResponseError extends Error {
status: number;
text: string;
method: string;
path: string;
status?: number;
response?: Response;
}

@@ -137,2 +135,3 @@

clearTimeout(): this;
disableTLSCerts(): this;
end(callback?: CallbackHandler): void;

@@ -139,0 +138,0 @@ field(name: string, val: MultipartValue): this;

{
"name": "@types/superagent",
"version": "4.1.4",
"version": "4.1.5",
"description": "TypeScript definitions for SuperAgent",

@@ -59,3 +59,3 @@ "license": "MIT",

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -71,4 +71,4 @@ "type": "git",

},
"typesPublisherContentHash": "09d4fda0d7040e96ccdc4b144cb4b08d0e9352a98c47686c2d9ea796e31172cb",
"typesPublisherContentHash": "e933f6403387e153858e3bc6850f7f46d9804fa2a550680a827c1f5dbf4345dd",
"typeScriptVersion": "3.0"
}

@@ -8,10 +8,10 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/superagent
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/superagent.
Additional Details
* Last updated: Mon, 28 Oct 2019 15:09:03 GMT
* Dependencies: @types/cookiejar, @types/node
### Additional Details
* Last updated: Mon, 03 Feb 2020 17:36:00 GMT
* Dependencies: [@types/cookiejar](https://npmjs.com/package/@types/cookiejar), [@types/node](https://npmjs.com/package/@types/node)
* Global values: none
# 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>, and Anders Kindberg <https://github.com/ghostganz>.
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), and Anders Kindberg (https://github.com/ghostganz).
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