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.8.5 to 3.8.6

2

superagent/index.d.ts

@@ -103,2 +103,3 @@ // Type definitions for SuperAgent 3.8

get(header: string): string;
get(header: 'Set-Cookie'): string[];
header: any;

@@ -152,2 +153,3 @@ info: boolean;

set(field: string, val: string): this;
set(field: 'Cookie', val: string[]): this;
timeout(ms: number | { deadline?: number, response?: number }): this;

@@ -154,0 +156,0 @@ type(val: string): this;

4

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

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

},
"typesPublisherContentHash": "d11d04b4350edbb7daaae06d5a567648dc623acca3c56d9b23eceb2c8f8e89c4",
"typesPublisherContentHash": "adee2db715a4729c6797f099427a7f11db1c3088feda66fcb02b329a90c134fc",
"typeScriptVersion": "2.2"
}

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

Additional Details
* Last updated: Tue, 04 Dec 2018 18:31:38 GMT
* Last updated: Fri, 04 Jan 2019 18:32:49 GMT
* Dependencies: @types/cookiejar, @types/node

@@ -14,0 +14,0 @@ * Global values: none

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