Socket
Socket
Sign inDemoInstall

jsdom

Package Overview
Dependencies
Maintainers
6
Versions
264
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsdom - npm Package Compare versions

Comparing version 18.1.1 to 19.0.0

1

lib/jsdom/browser/parser/html.js

@@ -205,2 +205,3 @@ "use strict";

...ownerDocument._parseOptions,
sourceCodeLocationInfo: false,
treeAdapter: new JSDOMParse5Adapter(ownerDocument, { fragment: true })

@@ -207,0 +208,0 @@ };

@@ -913,2 +913,5 @@ "use strict";

fireAnEvent("load", window, undefined, {}, true);
if (!window._document) {
return; // window might've been closed already
}

@@ -915,0 +918,0 @@ const documentImpl = idlUtils.implForWrapper(window._document);

2

package.json
{
"name": "jsdom",
"version": "18.1.1",
"version": "19.0.0",
"description": "A JavaScript implementation of many web standards",

@@ -5,0 +5,0 @@ "keywords": [

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