Socket
Socket
Sign inDemoInstall

make-fetch-happen

Package Overview
Dependencies
Maintainers
7
Versions
106
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 7.1.1 to 8.0.0

n.js

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Changelog

## [8.0.0](https://github.com/npm/make-fetch-happen/compare/v7.1.1...v8.0.0) (2020-02-18)
### ⚠ BREAKING CHANGES
* this module now only supports taking a plain JavaScript
options object, not a figgy pudding config object.
* update cacache and ssri ([09e4f97](https://github.com/npm/make-fetch-happen/commit/09e4f9794a6f134d3f1d8e65eb9bd940e38e5bfc))
### [7.1.1](https://github.com/npm/make-fetch-happen/compare/v7.1.0...v7.1.1) (2020-01-28)

@@ -7,0 +17,0 @@

14

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

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

"agentkeepalive": "^4.1.0",
"cacache": "^14.0.0",
"http-cache-semantics": "^4.0.3",
"cacache": "^15.0.0",
"http-cache-semantics": "^4.0.4",
"http-proxy-agent": "^3.0.0",

@@ -51,7 +51,7 @@ "https-proxy-agent": "^4.0.0",

"socks-proxy-agent": "^4.0.0",
"ssri": "^7.0.1"
"ssri": "^8.0.0"
},
"devDependencies": {
"mkdirp": "^1.0.3",
"nock": "^11.7.0",
"nock": "^11.9.1",
"npmlog": "^4.1.2",

@@ -62,5 +62,5 @@ "require-inject": "^1.4.2",

"standard": "^14.3.1",
"standard-version": "^7.0.1",
"standard-version": "^7.1.0",
"tacks": "^1.2.6",
"tap": "^14.10.2"
"tap": "^14.10.6"
},

@@ -67,0 +67,0 @@ "engines": {

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