🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

make-fetch-happen

Package Overview
Dependencies
Maintainers
5
Versions
109
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

to
10.2.1

1

lib/cache/entry.js

@@ -291,2 +291,3 @@ const { Request, Response } = require('minipass-fetch')

// TODO if the cache write fails, log a warning but return the response anyway
// eslint-disable-next-line promise/catch-or-return
cacheStream.promise().then(cacheWriteResolve, cacheWriteReject)

@@ -293,0 +294,0 @@ body.unshift(tee)

2

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

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