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

whatwg-fetch - npm Package Compare versions

Comparing version 3.6.2 to 3.6.3

3

dist/fetch.umd.js

@@ -10,3 +10,4 @@ (function (global, factory) {

(typeof self !== 'undefined' && self) ||
(typeof global !== 'undefined' && global);
(typeof global !== 'undefined' && global) ||
{};

@@ -13,0 +14,0 @@ var support = {

var global =
(typeof globalThis !== 'undefined' && globalThis) ||
(typeof self !== 'undefined' && self) ||
(typeof global !== 'undefined' && global)
(typeof global !== 'undefined' && global) ||
{}

@@ -6,0 +7,0 @@ var support = {

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

@@ -13,3 +13,3 @@ "module": "./fetch.js",

"eslint": "^7.20.0",
"eslint-plugin-github": "^4.1.1",
"eslint-plugin-github": "4.1.1",
"karma": "^3.0.0",

@@ -16,0 +16,0 @@ "karma-chai": "^0.1.0",

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc