make-fetch-happen
Advanced tools
Comparing version 4.0.2 to 5.0.0
@@ -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 |
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
64845
18
804
+ Addedcacache@12.0.4(transitive)
+ Addedinfer-owner@1.0.4(transitive)
- Removedcacache@11.3.3(transitive)
Updatedcacache@^12.0.0