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.29 to 2.0.30

7

superagent/index.d.ts

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

parse(fn: Function): Req;
saveCookies(res: Response): void;
attachCookies(req: Req): void;
parse(fn: (res: Response, callback: (err: Error, body: any) => void) => void): this;
saveCookies(res: Response): void;
attachCookies(req: Req): void;
}

@@ -110,2 +110,3 @@

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

@@ -112,0 +113,0 @@

{
"name": "@types/superagent",
"version": "2.0.29",
"version": "2.0.30",
"description": "TypeScript definitions for SuperAgent v2.0.0",

@@ -5,0 +5,0 @@ "license": "MIT",

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

Additional Details
* Last updated: Mon, 08 Aug 2016 20:24:59 GMT
* Last updated: Thu, 11 Aug 2016 13:53:47 GMT
* File structure: ProperModule

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

@@ -28,3 +28,3 @@ {

"hasPackageJson": false,
"contentHash": "43c4aefd62f449b8d7fca3241ff8005db0ca24820afb41c9c66a9ef4b8db7dde"
"contentHash": "ee61e15d2457b8e98866678c70f6cae2b1333e57a3750b2f86c1044e49801621"
}
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