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 2.0.35 to 2.0.36

4

superagent/index.d.ts

@@ -52,3 +52,3 @@ // Type definitions for SuperAgent v2.0.0

parse(fn: (res: Response, callback: (err: Error, body: any) => void) => void): this;
parse(fn: (res: Response, callback: (err: Error | null, body: any) => void) => void): this;
saveCookies(res: Response): void;

@@ -113,3 +113,3 @@ attachCookies(req: Req): void;

write(data: Buffer, encoding?: string): this;
parse(fn: (res: Response, callback: (err: Error, body: any) => void) => void): this;
parse(fn: (res: Response, callback: (err: Error | null, body: any) => void) => void): this;
}

@@ -116,0 +116,0 @@

{
"name": "@types/superagent",
"version": "2.0.35",
"description": "TypeScript definitions for SuperAgent v2.0.0",
"version": "2.0.36",
"description": "TypeScript definitions for SuperAgent",
"license": "MIT",

@@ -18,3 +18,3 @@ "author": "Alex Varju <https://github.com/varju/>",

"typings": "index.d.ts",
"typesPublisherContentHash": "dc4a4a3c157d49f75e5bf7e114434eff77b27fde9ae66b0ab6191139b23acb59"
"typesPublisherContentHash": "02a5d98f0bb8d6505124894b50412cf5d02ce84786f99b2fb69dd353c04d0ba7"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for SuperAgent v2.0.0 (https://github.com/visionmedia/superagent).
This package contains type definitions for SuperAgent (https://github.com/visionmedia/superagent).

@@ -12,3 +12,3 @@ # Details

Additional Details
* Last updated: Tue, 11 Oct 2016 18:47:47 GMT
* Last updated: Mon, 28 Nov 2016 16:28:40 GMT
* File structure: ProperModule

@@ -15,0 +15,0 @@ * Library Dependencies: node

@@ -10,5 +10,5 @@ {

],
"libraryMajorVersion": "2",
"libraryMinorVersion": "0",
"libraryName": "SuperAgent v2.0.0",
"libraryMajorVersion": 2,
"libraryMinorVersion": 0,
"libraryName": "SuperAgent",
"typingsPackageName": "superagent",

@@ -29,3 +29,3 @@ "projectName": "https://github.com/visionmedia/superagent",

"hasPackageJson": false,
"contentHash": "dc4a4a3c157d49f75e5bf7e114434eff77b27fde9ae66b0ab6191139b23acb59"
"contentHash": "02a5d98f0bb8d6505124894b50412cf5d02ce84786f99b2fb69dd353c04d0ba7"
}
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