Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

make-fetch-happen

Package Overview
Dependencies
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

make-fetch-happen - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

node_modules/encoding/.npmignore

10

CHANGELOG.md

@@ -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)

8

package.json
{
"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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc