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.7 to 2.4.8

10

CHANGELOG.md

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

<a name="2.4.8"></a>
## [2.4.8](https://github.com/zkat/make-fetch-happen/compare/v2.4.7...v2.4.8) (2017-05-25)
### Bug Fixes
* **cache:** pass uid/gid/Promise through to cache ([a847c92](https://github.com/zkat/make-fetch-happen/commit/a847c92))
<a name="2.4.7"></a>

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

2

index.js

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

opts.cacheManager = new Cache(opts.cacheManager)
opts.cacheManager = new Cache(opts.cacheManager, opts)
}

@@ -58,0 +58,0 @@

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