🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

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

whatwg-fetch - npm Package Compare versions

Comparing version

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",