Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jsdom

Package Overview
Dependencies
Maintainers
3
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 9.4.1 to 9.4.2

4

lib/jsdom/living/events/EventTarget-impl.js

@@ -255,6 +255,6 @@ "use strict";

if (type === "mouseover" || isWindowError) {
if (returnValue) {
if (returnValue === true) {
E.preventDefault();
}
} else if (!returnValue) {
} else if (returnValue === false) {
E.preventDefault();

@@ -261,0 +261,0 @@ }

{
"name": "jsdom",
"version": "9.4.1",
"version": "9.4.2",
"description": "A JavaScript implementation of the DOM and HTML standards",

@@ -33,3 +33,3 @@ "keywords": [

"symbol-tree": ">= 3.1.0 < 4.0.0",
"tough-cookie": "^2.2.0",
"tough-cookie": "^2.3.1",
"webidl-conversions": "^3.0.1",

@@ -36,0 +36,0 @@ "whatwg-url": "^3.0.0",

Sorry, the diff of this file is too big to display

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