Socket
Socket
Sign inDemoInstall

make-fetch-happen

Package Overview
Dependencies
Maintainers
5
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

make-fetch-happen - npm Package Compare versions

Comparing version 8.0.4 to 8.0.5

2

package.json
{
"name": "make-fetch-happen",
"version": "8.0.4",
"version": "8.0.5",
"description": "Opinionated, caching, retrying fetch client",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -5,4 +5,4 @@ # make-fetch-happen

[`make-fetch-happen`](https://github.com/npm/make-fetch-happen) is a Node.js
library that wraps [`node-fetch-npm`](https://github.com/npm/node-fetch-npm) with additional
features [`node-fetch`](https://github.com/bitinn/node-fetch) doesn't intend to include, including HTTP Cache support, request
library that wraps [`minipass-fetch`](https://github.com/npm/minipass-fetch) with additional
features [`minipass-fetch`](https://github.com/npm/minipass-fetch) doesn't intend to include, including HTTP Cache support, request
pooling, proxies, retries, [and more](#features)!

@@ -22,3 +22,3 @@

* [`fetch.defaults`](#fetch-defaults)
* [`node-fetch` options](#node-fetch-options)
* [`minipass-fetch` options](#minipass-fetch-options)
* [`make-fetch-happen` options](#extra-options)

@@ -60,3 +60,3 @@ * [`opts.cacheManager`](#opts-cache-manager)

* Builds around [`node-fetch`](https://npm.im/node-fetch) for the core [`fetch` API](https://fetch.spec.whatwg.org) implementation
* Builds around [`minipass-fetch`](https://npm.im/minipass-fetch) for the core [`fetch` API](https://fetch.spec.whatwg.org) implementation
* Request pooling out of the box

@@ -91,3 +91,3 @@ * Quite fast, really

If `opts` is provided, the [`node-fetch`-specific options](#node-fetch-options) will be passed to that library. There are also [additional options](#extra-options) specific to make-fetch-happen that add various features, such as HTTP caching, integrity verification, proxy support, and more.
If `opts` is provided, the [`minipass-fetch`-specific options](#minipass-fetch-options) will be passed to that library. There are also [additional options](#extra-options) specific to make-fetch-happen that add various features, such as HTTP caching, integrity verification, proxy support, and more.

@@ -116,5 +116,5 @@ ##### Example

#### <a name="node-fetch-options"></a> `> node-fetch options`
#### <a name="minipass-fetch-options"></a> `> minipass-fetch options`
The following options for `node-fetch` are used as-is:
The following options for `minipass-fetch` are used as-is:

@@ -138,7 +138,7 @@ * method

For more details, see [the documentation for `node-fetch` itself](https://github.com/bitinn/node-fetch#options).
For more details, see [the documentation for `minipass-fetch` itself](https://github.com/npm/minipass-fetch#options).
#### <a name="extra-options"></a> `> make-fetch-happen options`
make-fetch-happen augments the `node-fetch` API with additional features available through extra options. The following extra options are available:
make-fetch-happen augments the `minipass-fetch` API with additional features available through extra options. The following extra options are available:

@@ -145,0 +145,0 @@ * [`opts.cacheManager`](#opts-cache-manager) - Cache target to read/write

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