Socket
Socket
Sign inDemoInstall

make-fetch-happen

Package Overview
Dependencies
Maintainers
1
Versions
105
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 2.4.8 to 2.4.9

2

cache.js

@@ -98,3 +98,3 @@ 'use strict'

}
return Promise.resolve(new fetch.Response(body, {
return this.Promise.resolve(new fetch.Response(body, {
url: req.url,

@@ -101,0 +101,0 @@ headers: resHeaders,

@@ -5,2 +5,12 @@ # Change Log

<a name="2.4.9"></a>
## [2.4.9](https://github.com/zkat/make-fetch-happen/compare/v2.4.8...v2.4.9) (2017-05-25)
### Bug Fixes
* **cache:** use the passed-in promise for resolving cache stuff ([4c46257](https://github.com/zkat/make-fetch-happen/commit/4c46257))
<a name="2.4.8"></a>

@@ -7,0 +17,0 @@ ## [2.4.8](https://github.com/zkat/make-fetch-happen/compare/v2.4.7...v2.4.8) (2017-05-25)

{
"name": "make-fetch-happen",
"version": "2.4.8",
"version": "2.4.9",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc