Comparing version 9.4.1 to 9.4.2
@@ -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
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
1159066
Updatedtough-cookie@^2.3.1