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.5.8 to 3.8.0

5

superagent/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for SuperAgent 3.5
// Type definitions for SuperAgent 3.8
// Project: https://github.com/visionmedia/superagent

@@ -7,2 +7,3 @@ // Definitions by: Nico Zelaya <https://github.com/NicoZelaya>

// Shrey Jain <https://github.com/shreyjain1994>
// Alec Zopf <https://github.com/zopf>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -135,3 +136,3 @@ // TypeScript Version: 2.2

part(): this;
pfx(cert: Buffer | string): this;
pfx(cert: Buffer | string | { pfx: Buffer, passphrase: string }): this;
pipe(stream: NodeJS.WritableStream, options?: object): stream.Writable;

@@ -138,0 +139,0 @@ query(val: object | string): this;

11

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

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

"githubUsername": "shreyjain1994"
},
{
"name": "Alec Zopf",
"url": "https://github.com/zopf",
"githubUsername": "zopf"
}

@@ -32,3 +37,3 @@ ],

"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git.git"
},

@@ -39,4 +44,4 @@ "scripts": {},

},
"typesPublisherContentHash": "5d8b5ee5ed6f3a6c822e9da99cea48d4f596a689e1bacb9f49769aff95328733",
"typesPublisherContentHash": "f975cb1a216c5e2470813b35d805fa66b58cb0ac7b57488f7fe379af4221dafe",
"typeScriptVersion": "2.2"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/superagent
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped.git/tree/master/types/superagent
Additional Details
* Last updated: Wed, 11 Apr 2018 21:40:25 GMT
* Last updated: Wed, 23 May 2018 23:09:40 GMT
* Dependencies: fs, https, stream, 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>.
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>.

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