whatwg-fetch
Advanced tools
Comparing version 3.6.2 to 3.6.3
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
54817
1067