npm-registry-fetch
Advanced tools
Comparing version 8.0.2 to 8.0.3
@@ -5,2 +5,9 @@ # Changelog | ||
### [8.0.3](https://github.com/npm/registry-fetch/compare/v8.0.2...v8.0.3) (2020-05-13) | ||
### Bug Fixes | ||
* update minipass and make-fetch-happen to latest ([3b6c5d0](https://github.com/npm/registry-fetch/commit/3b6c5d0d8ccd4c4a97862a65acef956f19aec127)), closes [#23](https://github.com/npm/registry-fetch/issues/23) | ||
### [8.0.2](https://github.com/npm/registry-fetch/compare/v8.0.1...v8.0.2) (2020-05-04) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "npm-registry-fetch", | ||
"version": "8.0.2", | ||
"version": "8.0.3", | ||
"description": "Fetch-based http client for use with npm registry APIs", | ||
@@ -33,4 +33,4 @@ "main": "index.js", | ||
"lru-cache": "^5.1.1", | ||
"make-fetch-happen": "^8.0.6", | ||
"minipass": "^3.0.0", | ||
"make-fetch-happen": "^8.0.7", | ||
"minipass": "^3.1.3", | ||
"minipass-fetch": "^1.1.2", | ||
@@ -37,0 +37,0 @@ "minipass-json-stream": "^1.0.1", |
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
47017
Updatedmake-fetch-happen@^8.0.7
Updatedminipass@^3.1.3