Socket
Socket
Sign inDemoInstall

make-fetch-happen

Package Overview
Dependencies
Maintainers
1
Versions
105
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.4.12 to 2.4.13

11

CHANGELOG.md

@@ -5,2 +5,13 @@ # Change Log

<a name="2.4.13"></a>
## [2.4.13](https://github.com/zkat/make-fetch-happen/compare/v2.4.12...v2.4.13) (2017-06-29)
### Bug Fixes
* **deps:** bump other deps for bugfixes ([eab8297](https://github.com/zkat/make-fetch-happen/commit/eab8297))
* **proxy:** bump proxy deps with bugfixes (#32) ([632f860](https://github.com/zkat/make-fetch-happen/commit/632f860)), closes [#32](https://github.com/zkat/make-fetch-happen/issues/32)
<a name="2.4.12"></a>

@@ -7,0 +18,0 @@ ## [2.4.12](https://github.com/zkat/make-fetch-happen/compare/v2.4.11...v2.4.12) (2017-06-06)

26

package.json
{
"name": "make-fetch-happen",
"version": "2.4.12",
"version": "2.4.13",
"description": "Opinionated, caching, retrying fetch client",

@@ -36,13 +36,13 @@ "main": "index.js",

"dependencies": {
"agentkeepalive": "^3.1.0",
"cacache": "^9.2.7",
"agentkeepalive": "^3.3.0",
"cacache": "^9.2.9",
"http-cache-semantics": "^3.7.3",
"http-proxy-agent": "^1.0.0",
"https-proxy-agent": "^1.0.0",
"lru-cache": "^4.0.2",
"http-proxy-agent": "^2.0.0",
"https-proxy-agent": "^2.0.0",
"lru-cache": "^4.1.1",
"mississippi": "^1.2.0",
"node-fetch-npm": "^2.0.1",
"promise-retry": "^1.1.1",
"socks-proxy-agent": "^2.1.0",
"ssri": "^4.1.5"
"socks-proxy-agent": "^3.0.0",
"ssri": "^4.1.6"
},

@@ -53,10 +53,10 @@ "devDependencies": {

"nock": "^9.0.6",
"npmlog": "^4.1.0",
"nyc": "^11.0.2",
"npmlog": "^4.1.2",
"nyc": "^11.0.3",
"rimraf": "^2.5.4",
"safe-buffer": "^5.1.0",
"safe-buffer": "^5.1.1",
"standard": "^10.0.1",
"standard-version": "^4.0.0",
"standard-version": "^4.2.0",
"tacks": "^1.2.6",
"tap": "^10.3.3",
"tap": "^10.7.0",
"weallbehave": "^1.0.0",

@@ -63,0 +63,0 @@ "weallcontribute": "^1.0.7"

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc