make-fetch-happen
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="2.2.1"></a> | ||
## [2.2.1](https://github.com/zkat/make-fetch-happen/compare/v2.2.0...v2.2.1) (2017-04-10) | ||
### Bug Fixes | ||
* **deps:** move test-only deps to devDeps ([2daaf80](https://github.com/zkat/make-fetch-happen/commit/2daaf80)) | ||
<a name="2.2.0"></a> | ||
@@ -7,0 +17,0 @@ # [2.2.0](https://github.com/zkat/make-fetch-happen/compare/v2.1.0...v2.2.0) (2017-04-09) |
{ | ||
"name": "make-fetch-happen", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "Opinionated, caching, retrying fetch client", | ||
@@ -40,5 +40,3 @@ "main": "index.js", | ||
"agentkeepalive": "^3.1.0", | ||
"bluebird": "^3.5.0", | ||
"cacache": "^7.0.3", | ||
"checksum-stream": "^1.0.2", | ||
"http-proxy-agent": "^1.0.0", | ||
@@ -51,3 +49,2 @@ "https-proxy-agent": "^1.0.0", | ||
"promise-retry": "^1.1.1", | ||
"safe-buffer": "^5.0.1", | ||
"socks-proxy-agent": "^2.0.0", | ||
@@ -57,2 +54,3 @@ "ssri": "^4.0.0" | ||
"devDependencies": { | ||
"bluebird": "^3.5.0", | ||
"mkdirp": "^0.5.1", | ||
@@ -63,2 +61,3 @@ "nock": "^9.0.6", | ||
"rimraf": "^2.5.4", | ||
"safe-buffer": "^5.0.1", | ||
"standard": "^10.0.1", | ||
@@ -65,0 +64,0 @@ "standard-version": "^4.0.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
504442
11
13
- Removedbluebird@^3.5.0
- Removedchecksum-stream@^1.0.2
- Removedsafe-buffer@^5.0.1
- Removedchecksum-stream@1.0.3(transitive)
- Removedsafe-buffer@5.2.1(transitive)