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 3.0.0 to 4.0.0

15

CHANGELOG.md

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

<a name="4.0.0"></a>
# [4.0.0](https://github.com/zkat/make-fetch-happen/compare/v3.0.0...v4.0.0) (2018-04-09)
### meta
* drop node@4, add node@9 ([7b0191a](https://github.com/zkat/make-fetch-happen/commit/7b0191a))
### BREAKING CHANGES
* node@4 is no longer supported
<a name="3.0.0"></a>

@@ -7,0 +22,0 @@ # [3.0.0](https://github.com/zkat/make-fetch-happen/compare/v2.6.0...v3.0.0) (2018-03-12)

19

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

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

"pretest": "standard",
"test": "nyc --all -- tap --timeout=35 -J test/*.js",
"test": "tap --coverage --nyc-arg=--all --timeout=35 -J test/*.js",
"update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",

@@ -32,3 +32,3 @@ "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"

"name": "Kat Marchán",
"email": "kzm@sykosomatic.org",
"email": "kzm@zkat.tech",
"twitter": "maybekatz"

@@ -39,6 +39,6 @@ },

"agentkeepalive": "^3.4.1",
"cacache": "^10.0.4",
"cacache": "^11.0.0",
"http-cache-semantics": "^3.8.1",
"http-proxy-agent": "^2.1.0",
"https-proxy-agent": "^2.2.0",
"https-proxy-agent": "^2.2.1",
"lru-cache": "^4.1.2",

@@ -48,4 +48,4 @@ "mississippi": "^3.0.0",

"promise-retry": "^1.1.1",
"socks-proxy-agent": "^3.0.1",
"ssri": "^5.2.4"
"socks-proxy-agent": "^4.0.0",
"ssri": "^5.3.0"
},

@@ -57,10 +57,9 @@ "devDependencies": {

"npmlog": "^4.1.2",
"nyc": "^11.4.1",
"require-inject": "^1.4.2",
"rimraf": "^2.6.2",
"safe-buffer": "^5.1.1",
"standard": "^11.0.0",
"standard": "^11.0.1",
"standard-version": "^4.3.0",
"tacks": "^1.2.6",
"tap": "^11.1.2",
"tap": "^11.1.3",
"weallbehave": "^1.0.0",

@@ -67,0 +66,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