Socket
Socket
Sign inDemoInstall

whatwg-fetch

Package Overview
Dependencies
0
Maintainers
3
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.6.14 to 3.6.15

4

dist/fetch.umd.js

@@ -596,5 +596,3 @@ (function (global, factory) {

} else if (
support.arrayBuffer &&
request.headers.get('Content-Type') &&
request.headers.get('Content-Type').indexOf('application/octet-stream') !== -1
support.arrayBuffer
) {

@@ -601,0 +599,0 @@ xhr.responseType = 'arraybuffer';

@@ -590,5 +590,3 @@ /* eslint-disable no-prototype-builtins */

} else if (
support.arrayBuffer &&
request.headers.get('Content-Type') &&
request.headers.get('Content-Type').indexOf('application/octet-stream') !== -1
support.arrayBuffer
) {

@@ -595,0 +593,0 @@ xhr.responseType = 'arraybuffer'

{
"name": "whatwg-fetch",
"description": "A window.fetch polyfill.",
"version": "3.6.14",
"version": "3.6.15",
"main": "./dist/fetch.umd.js",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc