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.6.0 to 3.0.0

8

agent.js

@@ -19,4 +19,4 @@ 'use strict'

pxuri
? `proxy:${pxuri.protocol}//${pxuri.host}:${pxuri.port}`
: '>no-proxy<',
? `proxy:${pxuri.protocol}//${pxuri.host}:${pxuri.port}`
: '>no-proxy<',
`local-address:${opts.localAddress || '>no-local-address<'}`,

@@ -122,4 +122,4 @@ `strict-ssl:${isHttps ? !!opts.strictSSL : '>no-strict-ssl<'}`,

) || (
protocol === 'http:' && getProcessEnv(['https_proxy', 'http_proxy', 'proxy'])
)
protocol === 'http:' && getProcessEnv(['https_proxy', 'http_proxy', 'proxy'])
)
if (!proxy) { return null }

@@ -126,0 +126,0 @@

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

<a name="3.0.0"></a>
# [3.0.0](https://github.com/zkat/make-fetch-happen/compare/v2.6.0...v3.0.0) (2018-03-12)
### Bug Fixes
* **license:** switch to ISC ([#49](https://github.com/zkat/make-fetch-happen/issues/49)) ([bf90c6d](https://github.com/zkat/make-fetch-happen/commit/bf90c6d))
* **standard:** standard@11 update ([ff0aa70](https://github.com/zkat/make-fetch-happen/commit/ff0aa70))
### BREAKING CHANGES
* **license:** license changed from CC0 to ISC.
<a name="2.6.0"></a>

@@ -7,0 +23,0 @@ # [2.6.0](https://github.com/zkat/make-fetch-happen/compare/v2.5.0...v2.6.0) (2017-11-14)

{
"name": "make-fetch-happen",
"version": "2.6.0",
"version": "3.0.0",
"description": "Opinionated, caching, retrying fetch client",

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

"postrelease": "npm publish && git push --follow-tags",
"pretest": "standard lib test *.js",
"pretest": "standard",
"test": "nyc --all -- tap --timeout=35 -J test/*.js",

@@ -35,29 +35,29 @@ "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",

},
"license": "CC0-1.0",
"license": "ISC",
"dependencies": {
"agentkeepalive": "^3.3.0",
"cacache": "^10.0.0",
"http-cache-semantics": "^3.8.0",
"http-proxy-agent": "^2.0.0",
"https-proxy-agent": "^2.1.0",
"lru-cache": "^4.1.1",
"mississippi": "^1.2.0",
"agentkeepalive": "^3.4.1",
"cacache": "^10.0.4",
"http-cache-semantics": "^3.8.1",
"http-proxy-agent": "^2.1.0",
"https-proxy-agent": "^2.2.0",
"lru-cache": "^4.1.2",
"mississippi": "^3.0.0",
"node-fetch-npm": "^2.0.2",
"promise-retry": "^1.1.1",
"socks-proxy-agent": "^3.0.1",
"ssri": "^5.0.0"
"ssri": "^5.2.4"
},
"devDependencies": {
"bluebird": "^3.5.0",
"bluebird": "^3.5.1",
"mkdirp": "^0.5.1",
"nock": "^9.0.14",
"nock": "^9.2.3",
"npmlog": "^4.1.2",
"nyc": "^11.0.3",
"nyc": "^11.4.1",
"require-inject": "^1.4.2",
"rimraf": "^2.5.4",
"rimraf": "^2.6.2",
"safe-buffer": "^5.1.1",
"standard": "^10.0.1",
"standard-version": "^4.2.0",
"standard": "^11.0.0",
"standard-version": "^4.3.0",
"tacks": "^1.2.6",
"tap": "^10.7.0",
"tap": "^11.1.2",
"weallbehave": "^1.0.0",

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

Sorry, the diff of this file is not supported yet

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