dmn-js-shared
Advanced tools
Comparing version 9.1.1 to 9.2.0
@@ -143,3 +143,3 @@ import { createVNode } from "inferno"; | ||
value: function componentDidMount() { | ||
document.addEventListener('click', this.onGlobalClick); | ||
document.addEventListener('mousedown', this.onGlobalClick); | ||
document.addEventListener('focusin', this.onFocusChanged); | ||
@@ -152,3 +152,3 @@ this.keyboard.addListener(this.onKeyboard); | ||
document.removeEventListener('focusin', this.onFocusChanged); | ||
document.removeEventListener('click', this.onGlobalClick); | ||
document.removeEventListener('mousedown', this.onGlobalClick); | ||
this.keyboard.removeListener(this.onKeyboard); | ||
@@ -155,0 +155,0 @@ this.removePortalEl(); |
{ | ||
"name": "dmn-js-shared", | ||
"description": "Shared components used by dmn-js", | ||
"version": "9.1.1", | ||
"version": "9.2.0", | ||
"scripts": { | ||
@@ -34,3 +34,3 @@ "test": "karma start", | ||
}, | ||
"gitHead": "a4a4b250f05cc8e0f33fa54454fb4361b9b94207" | ||
"gitHead": "6964a0a64a07b0e68d2a8c64cc7336444d74780c" | ||
} |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
264322
0