Socket
Socket
Sign inDemoInstall

make-fetch-happen

Package Overview
Dependencies
Maintainers
6
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.9 to 8.0.10

3

index.js

@@ -259,2 +259,5 @@ 'use strict'

function remoteFetchHandleIntegrity (res, integrity) {
if (res.status !== 200) {
return res // Error responses aren't subject to integrity checks.
}
const oldBod = res.body

@@ -261,0 +264,0 @@ const newBod = ssri.integrityStream({

2

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

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

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