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 4.1.3 to 4.1.4

5

superagent/index.d.ts

@@ -12,2 +12,3 @@ // Type definitions for SuperAgent 4.1

// Chris Arnesen <https://github.com/carnesen>
// Anders Kindberg <https://github.com/ghostganz>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -20,3 +21,3 @@ // TypeScript Version: 3.0

import * as fs from 'fs';
import * as https from 'https';
import * as http from 'http';
import * as stream from 'stream';

@@ -43,3 +44,3 @@ import * as cookiejar from 'cookiejar';

interface SuperAgentRequest extends Request {
agent(agent?: https.Agent): this;
agent(agent?: http.Agent): this;

@@ -46,0 +47,0 @@ cookies: string;

9

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

@@ -51,2 +51,7 @@ "license": "MIT",

"githubUsername": "carnesen"
},
{
"name": "Anders Kindberg",
"url": "https://github.com/ghostganz",
"githubUsername": "ghostganz"
}

@@ -66,4 +71,4 @@ ],

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

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

Additional Details
* Last updated: Mon, 08 Jul 2019 22:53:13 GMT
* Last updated: Mon, 28 Oct 2019 15:09:03 GMT
* Dependencies: @types/cookiejar, @types/node

@@ -17,2 +17,2 @@ * 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>, and Chris Arnesen <https://github.com/carnesen>.
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