Socket
Socket
Sign inDemoInstall

@types/node-fetch

Package Overview
Dependencies
2
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.6 to 2.3.7

2

node-fetch/index.d.ts

@@ -50,3 +50,3 @@ // Type definitions for node-fetch 2.3

// node-fetch extensions
agent?: Agent; // =null http.Agent instance, allows custom proxy, certificate etc.
agent?: Agent | ((parsedUrl: URL) => Agent); // =null http.Agent instance, allows custom proxy, certificate etc.
compress?: boolean; // =true support gzip/deflate content encoding. false to disable

@@ -53,0 +53,0 @@ follow?: number; // =20 maximum redirect count. 0 to not follow redirect

{
"name": "@types/node-fetch",
"version": "2.3.6",
"version": "2.3.7",
"description": "TypeScript definitions for node-fetch",

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

},
"typesPublisherContentHash": "13dcbf4b3fd117f71e2ccc7ce65c826b64b73d2be7a20e2a71fed182ac57d992",
"typesPublisherContentHash": "bd7d6e2178d770d7d0843a87495dd5f1c7d28943d0a361eba981db0625f07754",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Wed, 12 Jun 2019 19:52:30 GMT
* Last updated: Sun, 16 Jun 2019 06:28:22 GMT
* Dependencies: @types/node

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc