You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

whatwg-fetch

Package Overview
Dependencies
Maintainers
3
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.6.5 to 3.6.6

6

dist/fetch.umd.js

@@ -446,3 +446,7 @@ (function (global, factory) {

var value = parts.join(':').trim();
headers.append(key, value);
try {
headers.append(key, value);
} catch (error) {
console.warn('Response ' + error.message);
}
}

@@ -449,0 +453,0 @@ });

@@ -440,3 +440,7 @@ var global =

var value = parts.join(':').trim()
headers.append(key, value)
try {
headers.append(key, value)
} catch (error) {
console.warn('Response ' + error.message)
}
}

@@ -443,0 +447,0 @@ })

2

package.json
{
"name": "whatwg-fetch",
"description": "A window.fetch polyfill.",
"version": "3.6.5",
"version": "3.6.6",
"main": "./dist/fetch.umd.js",

@@ -6,0 +6,0 @@ "module": "./fetch.js",

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