happy-dom
Advanced tools
Comparing version 0.2.10 to 0.2.11
@@ -39,3 +39,3 @@ "use strict"; | ||
var ShadowRootRenderOptions_1 = __importDefault(require("./shadow-root/ShadowRootRenderOptions")); | ||
var GLOBAL = window || global; | ||
var GLOBAL = global || window; | ||
/** | ||
@@ -42,0 +42,0 @@ * Handles the Window. |
{ | ||
"name": "happy-dom", | ||
"version": "0.2.10", | ||
"version": "0.2.11", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/capricorn86/happy-dom#readme", |
@@ -22,3 +22,3 @@ import CustomElementRegistry from './html-element/CustomElementRegistry'; | ||
const GLOBAL = window || global; | ||
const GLOBAL = global || window; | ||
@@ -25,0 +25,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