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.9 to 2.4.10

1

agent.js

@@ -129,2 +129,3 @@ 'use strict'

path: proxyUrl.path,
auth: proxyUrl.auth,
ca: opts.ca,

@@ -131,0 +132,0 @@ cert: opts.cert,

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

<a name="2.4.10"></a>
## [2.4.10](https://github.com/zkat/make-fetch-happen/compare/v2.4.9...v2.4.10) (2017-05-31)
### Bug Fixes
* **deps:** bump dep versions with bugfixes ([0af4003](https://github.com/zkat/make-fetch-happen/commit/0af4003))
* **proxy:** use auth parameter for proxy authentication (#30) ([c687306](https://github.com/zkat/make-fetch-happen/commit/c687306))
<a name="2.4.9"></a>

@@ -7,0 +18,0 @@ ## [2.4.9](https://github.com/zkat/make-fetch-happen/compare/v2.4.8...v2.4.9) (2017-05-25)

8

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

@@ -37,3 +37,3 @@ "main": "index.js",

"agentkeepalive": "^3.1.0",
"cacache": "^9.2.4",
"cacache": "^9.2.6",
"http-cache-semantics": "^3.7.3",

@@ -46,4 +46,4 @@ "http-proxy-agent": "^1.0.0",

"promise-retry": "^1.1.1",
"socks-proxy-agent": "^2.0.0",
"ssri": "^4.1.3"
"socks-proxy-agent": "^2.1.0",
"ssri": "^4.1.4"
},

@@ -50,0 +50,0 @@ "devDependencies": {

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