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 1.4.28 to 2.0.29

4

superagent/index.d.ts

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

// Type definitions for SuperAgent v1.4.0
// Type definitions for SuperAgent v2.0.0
// Project: https://github.com/visionmedia/superagent

@@ -82,3 +82,3 @@ // Definitions by: Alex Varju <https://github.com/varju/>

interface Request /* extends NodeJS.WritableStream */ {
interface Request extends Promise<Response> /* extends NodeJS.WritableStream */ {
abort(): void;

@@ -85,0 +85,0 @@ accept(type: string): this;

{
"name": "@types/superagent",
"version": "1.4.28",
"description": "TypeScript definitions for SuperAgent v1.4.0",
"version": "2.0.29",
"description": "TypeScript definitions for SuperAgent v2.0.0",
"license": "MIT",

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

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

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

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

Additional Details
* Last updated: Tue, 02 Aug 2016 15:43:00 GMT
* Last updated: Mon, 08 Aug 2016 20:24:59 GMT
* File structure: ProperModule

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

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

],
"libraryMajorVersion": "1",
"libraryMinorVersion": "4",
"libraryName": "SuperAgent v1.4.0",
"libraryMajorVersion": "2",
"libraryMinorVersion": "0",
"libraryName": "SuperAgent v2.0.0",
"typingsPackageName": "superagent",

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

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