make-fetch-happen
Advanced tools
Comparing version 7.1.1 to 8.0.0
@@ -5,2 +5,12 @@ # Changelog | ||
## [8.0.0](https://github.com/npm/make-fetch-happen/compare/v7.1.1...v8.0.0) (2020-02-18) | ||
### ⚠ BREAKING CHANGES | ||
* this module now only supports taking a plain JavaScript | ||
options object, not a figgy pudding config object. | ||
* update cacache and ssri ([09e4f97](https://github.com/npm/make-fetch-happen/commit/09e4f9794a6f134d3f1d8e65eb9bd940e38e5bfc)) | ||
### [7.1.1](https://github.com/npm/make-fetch-happen/compare/v7.1.0...v7.1.1) (2020-01-28) | ||
@@ -7,0 +17,0 @@ |
{ | ||
"name": "make-fetch-happen", | ||
"version": "7.1.1", | ||
"version": "8.0.0", | ||
"description": "Opinionated, caching, retrying fetch client", | ||
@@ -37,4 +37,4 @@ "main": "index.js", | ||
"agentkeepalive": "^4.1.0", | ||
"cacache": "^14.0.0", | ||
"http-cache-semantics": "^4.0.3", | ||
"cacache": "^15.0.0", | ||
"http-cache-semantics": "^4.0.4", | ||
"http-proxy-agent": "^3.0.0", | ||
@@ -51,7 +51,7 @@ "https-proxy-agent": "^4.0.0", | ||
"socks-proxy-agent": "^4.0.0", | ||
"ssri": "^7.0.1" | ||
"ssri": "^8.0.0" | ||
}, | ||
"devDependencies": { | ||
"mkdirp": "^1.0.3", | ||
"nock": "^11.7.0", | ||
"nock": "^11.9.1", | ||
"npmlog": "^4.1.2", | ||
@@ -62,5 +62,5 @@ "require-inject": "^1.4.2", | ||
"standard": "^14.3.1", | ||
"standard-version": "^7.0.1", | ||
"standard-version": "^7.1.0", | ||
"tacks": "^1.2.6", | ||
"tap": "^14.10.2" | ||
"tap": "^14.10.6" | ||
}, | ||
@@ -67,0 +67,0 @@ "engines": { |
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
72407
14
906
28
+ Added@gar/promisify@1.1.3(transitive)
+ Added@npmcli/fs@1.1.1(transitive)
+ Added@npmcli/move-file@1.1.2(transitive)
+ Addedcacache@15.3.0(transitive)
+ Addedlru-cache@6.0.0(transitive)
+ Addedp-map@4.0.0(transitive)
+ Addedrimraf@3.0.2(transitive)
+ Addedsemver@7.6.3(transitive)
+ Addedssri@8.0.1(transitive)
- Removedaproba@1.2.0(transitive)
- Removedcacache@14.0.0(transitive)
- Removedchownr@1.1.4(transitive)
- Removedcopy-concurrently@1.0.5(transitive)
- Removedcore-util-is@1.0.3(transitive)
- Removedfiggy-pudding@3.5.2(transitive)
- Removedfs-write-stream-atomic@1.0.10(transitive)
- Removedgraceful-fs@4.2.11(transitive)
- Removediferr@0.1.5(transitive)
- Removedisarray@1.0.0(transitive)
- Removedminimist@1.2.8(transitive)
- Removedmkdirp@0.5.6(transitive)
- Removedmove-concurrently@1.0.1(transitive)
- Removedp-map@3.0.0(transitive)
- Removedprocess-nextick-args@2.0.1(transitive)
- Removedreadable-stream@2.3.8(transitive)
- Removedrimraf@2.7.1(transitive)
- Removedrun-queue@1.0.3(transitive)
- Removedsafe-buffer@5.1.2(transitive)
- Removedssri@7.1.1(transitive)
- Removedstring_decoder@1.1.1(transitive)
- Removedutil-deprecate@1.0.2(transitive)
Updatedcacache@^15.0.0
Updatedhttp-cache-semantics@^4.0.4
Updatedssri@^8.0.0