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 3.8.4 to 3.8.5

3

superagent/index.d.ts

@@ -9,2 +9,3 @@ // Type definitions for SuperAgent 3.8

// Adam Haglund <https://github.com/beeequeue>
// Lukas Elmer <https://github.com/lukaselmer>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -49,3 +50,3 @@ // TypeScript Version: 2.2

agent(): SuperAgent<SuperAgentRequest>;
agent(): this & Request;
serialize: { [type: string]: Serializer };

@@ -52,0 +53,0 @@ parse: { [type: string]: Parser };

{
"name": "@types/superagent",
"version": "3.8.4",
"version": "3.8.5",
"description": "TypeScript definitions for SuperAgent",

@@ -36,5 +36,11 @@ "license": "MIT",

"githubUsername": "beeequeue"
},
{
"name": "Lukas Elmer",
"url": "https://github.com/lukaselmer",
"githubUsername": "lukaselmer"
}
],
"main": "",
"types": "index",
"repository": {

@@ -49,4 +55,4 @@ "type": "git",

},
"typesPublisherContentHash": "b74e68f2d30e8ae51999e31c0fb53c745515cd0aefa4a38ac3c4303809ede1e8",
"typesPublisherContentHash": "d11d04b4350edbb7daaae06d5a567648dc623acca3c56d9b23eceb2c8f8e89c4",
"typeScriptVersion": "2.2"
}

@@ -11,7 +11,7 @@ # Installation

Additional Details
* Last updated: Fri, 24 Aug 2018 00:34:14 GMT
* Dependencies: fs, https, stream, cookiejar, node
* Last updated: Tue, 04 Dec 2018 18:31:38 GMT
* Dependencies: @types/cookiejar, @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>.
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>.

Sorry, the diff of this file is not supported yet

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