📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
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.19

2

dist/fetch.umd.js

@@ -572,3 +572,3 @@ (function (global, factory) {

setTimeout(function() {
reject(new TypeError('Network request failed'));
reject(new TypeError('Network request timed out'));
}, 0);

@@ -575,0 +575,0 @@ };

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

setTimeout(function() {
reject(new TypeError('Network request failed'))
reject(new TypeError('Network request timed out'))
}, 0)

@@ -642,2 +642,2 @@ }

g.Response = Response
}
}
{
"name": "whatwg-fetch",
"description": "A window.fetch polyfill.",
"version": "3.6.18",
"version": "3.6.19",
"main": "./dist/fetch.umd.js",

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