Socket
Socket
Sign inDemoInstall

happy-dom

Package Overview
Dependencies
Maintainers
1
Versions
576
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

happy-dom - npm Package Compare versions

Comparing version 0.2.10 to 0.2.11

2

lib/Window.js

@@ -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 @@ /**

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