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 8.0.3 to 8.0.4

12

index.js

@@ -387,2 +387,14 @@ 'use strict'

// Comment below is used under the following license:
// Copyright (c) 2010-2012 Mikeal Rogers
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an "AS
// IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
// express or implied. See the License for the specific language
// governing permissions and limitations under the License.
// Remove authorization if changing hostnames (but not if just

@@ -389,0 +401,0 @@ // changing ports or protocols). This matches the behavior of request:

12

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

@@ -12,8 +12,8 @@ "main": "index.js",

"scripts": {
"prerelease": "npm t",
"release": "standard-version -s",
"preversion": "npm t",
"postversion": "npm publish",
"prepublishOnly": "git push --follow-tags",
"postrelease": "npm publish",
"posttest": "standard",
"test": "tap test/*.js"
"test": "tap test/*.js",
"posttest": "npm run lint",
"lint": "standard"
},

@@ -20,0 +20,0 @@ "repository": "https://github.com/npm/make-fetch-happen",

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