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

dmn-js-drd

Package Overview
Dependencies
Maintainers
1
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 7.4.0 to 7.4.1

4

lib/features/modeling/behavior/index.js
import CreateConnectionBehavior from './CreateConnectionBehavior';
import ReplaceConnectionBehavior from './ReplaceConnectionBehavior';
import ReplaceElementBehavior from './ReplaceElementBehavior';
import IdChangeBehavior from 'dmn-js-shared/lib/features/modeling/behavior/IdChangeBehavior';
export default {
__init__: ['createConnectionBehavior', 'replaceConnectionBehavior', 'replaceElementBehavior'],
__init__: ['createConnectionBehavior', 'idChangeBehavior', 'replaceConnectionBehavior', 'replaceElementBehavior'],
createConnectionBehavior: ['type', CreateConnectionBehavior],
idChangeBehavior: ['type', IdChangeBehavior],
replaceConnectionBehavior: ['type', ReplaceConnectionBehavior],

@@ -8,0 +10,0 @@ replaceElementBehavior: ['type', ReplaceElementBehavior]

{
"name": "dmn-js-drd",
"description": "A decision requirements diagram view for dmn-js",
"version": "7.4.0",
"version": "7.4.1",
"scripts": {

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

"diagram-js-direct-editing": "^1.5.0",
"dmn-js-shared": "^7.3.0",
"dmn-js-shared": "^7.4.1",
"inherits": "^2.0.1",

@@ -34,3 +34,3 @@ "min-dash": "^3.0.0",

},
"gitHead": "d1a98757d1e0e538a960ba22bec3d101d858f732"
"gitHead": "0a1d9b5ad366b1e829cd4eace296180fefb314f5"
}

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