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

dmn-js-shared

Package Overview
Dependencies
Maintainers
7
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dmn-js-shared - npm Package Compare versions

Comparing version 9.1.1 to 9.2.0

4

lib/components/InputSelect.js

@@ -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

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