Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

make-fetch-happen

Package Overview
Dependencies
Maintainers
1
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 4.0.2 to 5.0.0

4

cache.js

@@ -34,4 +34,2 @@ 'use strict'

this._path = path
this._uid = opts && opts.uid
this._gid = opts && opts.gid
this.Promise = (opts && opts.Promise) || Promise

@@ -122,4 +120,2 @@ }

},
uid: this._uid,
gid: this._gid,
size,

@@ -126,0 +122,0 @@ memoize: fitInMemory && opts.memoize

16

CHANGELOG.md

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

<a name="5.0.0"></a>
# [5.0.0](https://github.com/zkat/make-fetch-happen/compare/v4.0.2...v5.0.0) (2019-07-15)
### Features
* cacache@12, no need for uid/gid opts ([fdb956f](https://github.com/zkat/make-fetch-happen/commit/fdb956f))
### BREAKING CHANGES
* cache uid and gid are inferred from the cache folder itself,
not passed in as options.
<a name="4.0.2"></a>

@@ -7,0 +23,0 @@ ## [4.0.2](https://github.com/zkat/make-fetch-happen/compare/v4.0.1...v4.0.2) (2019-07-02)

{
"name": "make-fetch-happen",
"version": "4.0.2",
"version": "5.0.0",
"description": "Opinionated, caching, retrying fetch client",

@@ -37,3 +37,3 @@ "main": "index.js",

"agentkeepalive": "^3.4.1",
"cacache": "^11.3.3",
"cacache": "^12.0.0",
"http-cache-semantics": "^3.8.1",

@@ -40,0 +40,0 @@ "http-proxy-agent": "^2.1.0",

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