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.5 to 0.2.6

lib/nodes/CommentNode.d.ts

2

lib/VMContext.js

@@ -70,3 +70,3 @@ "use strict";

.whenAsyncComplete()
.then(resolve)
.then(function () { return resolve(document.documentElement.outerHTML); })
.catch(reject);

@@ -73,0 +73,0 @@ if (options.url) {

{
"name": "happy-dom",
"version": "0.2.5",
"version": "0.2.6",
"license": "MIT",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/capricorn86/happy-dom#readme",

@@ -32,3 +32,3 @@ import VM from 'vm';

.whenAsyncComplete()
.then(resolve)
.then(() => resolve(document.documentElement.outerHTML))
.catch(reject);

@@ -35,0 +35,0 @@

Sorry, the diff of this file is not supported yet

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