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 3.5.1 to 3.5.2

5

superagent/index.d.ts

@@ -10,4 +10,5 @@ // Type definitions for SuperAgent 3.5

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

@@ -100,3 +101,3 @@ type CallbackHandler = (err: any, res: request.Response) => void;

accept(type: string): this;
attach(field: string, file: string | Blob, filename?: string): this;
attach(field: string, file: Blob | Buffer | fs.ReadStream | string, filename?: string): this;
auth(user: string, name: string): this;

@@ -103,0 +104,0 @@ buffer(val?: boolean): this;

4

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

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

"peerDependencies": {},
"typesPublisherContentHash": "aa683046b7c248bb36e28b997f3dd0b66f18699f129a6af84320cced47c33d87",
"typesPublisherContentHash": "a4ab88f96043a475c83bb85844a67251c4678e02b13c285887b0d4594c6b019a",
"typeScriptVersion": "2.2"
}

@@ -11,4 +11,4 @@ # Installation

Additional Details
* Last updated: Tue, 27 Jun 2017 13:51:11 GMT
* Dependencies: stream, https, node
* Last updated: Fri, 30 Jun 2017 21:28:46 GMT
* Dependencies: fs, https, stream, node
* Global values: none

@@ -15,0 +15,0 @@

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