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

dmn-js-drd

Package Overview
Dependencies
Maintainers
6
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dmn-js-drd - npm Package Compare versions

Comparing version 10.1.0 to 10.2.0

14

lib/features/context-pad/ContextPadProvider.js

@@ -172,2 +172,16 @@ import { assign, isArray } from 'min-dash';

if (is(businessObject, 'dmn:TextAnnotation')) {
assign(actions, {
'connect': {
group: 'connect',
className: 'dmn-icon-connection-multi',
title: translate('Connect using association'),
action: {
click: startConnect,
dragstart: startConnect
}
}
});
}
if (!popupMenu.isEmpty(element, 'dmn-replace')) {

@@ -174,0 +188,0 @@ // Replace menu entry

4

package.json
{
"name": "dmn-js-drd",
"description": "A decision requirements diagram view for dmn-js",
"version": "10.1.0",
"version": "10.2.0",
"scripts": {

@@ -37,3 +37,3 @@ "test": "karma start",

},
"gitHead": "8663510062204efbc69e3d07a939dd965797f90b"
"gitHead": "2339a8423930459e0bcef31803ae2762ba75928d"
}

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