make-fetch-happen
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="2.0.2"></a> | ||
## [2.0.2](https://github.com/zkat/make-fetch-happen/compare/v2.0.1...v2.0.2) (2017-04-09) | ||
### Bug Fixes | ||
* **deps:** use bundleDeps instead ([c36ebf0](https://github.com/zkat/make-fetch-happen/commit/c36ebf0)) | ||
<a name="2.0.1"></a> | ||
@@ -7,0 +17,0 @@ ## [2.0.1](https://github.com/zkat/make-fetch-happen/compare/v2.0.0...v2.0.1) (2017-04-09) |
{ | ||
"name": "make-fetch-happen", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Opinionated, caching, retrying fetch client", | ||
@@ -8,4 +8,3 @@ "main": "index.js", | ||
"*.js", | ||
"lib", | ||
"*pkg.tgz" | ||
"lib" | ||
], | ||
@@ -37,2 +36,5 @@ "scripts": { | ||
"license": "CC0-1.0", | ||
"bundleDependencies": [ | ||
"node-fetch" | ||
], | ||
"dependencies": { | ||
@@ -39,0 +41,0 @@ "agentkeepalive": "^3.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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
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
501545
48
7129
2
7
33