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

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