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

dmn-js-decision-table

Package Overview
Dependencies
Maintainers
0
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dmn-js-decision-table - npm Package Compare versions

Comparing version 16.7.1 to 16.8.0

4

lib/features/modeling/index.js

@@ -6,6 +6,7 @@ import CommandStack from 'table-js/lib/command';

import IdChangeBehavior from 'dmn-js-shared/lib/features/modeling/behavior/IdChangeBehavior';
import NameChangeBehavior from 'dmn-js-shared/lib/features/modeling/behavior/NameChangeBehavior';
import Modeling from './Modeling';
import Behavior from './behavior';
export default {
__init__: ['dmnUpdater', 'idChangeBehavior', 'modeling'],
__init__: ['dmnUpdater', 'idChangeBehavior', 'nameChangeBehavior', 'modeling'],
__depends__: [Behavior, CommandStack],

@@ -16,4 +17,5 @@ dmnUpdater: ['type', DmnUpdater],

idChangeBehavior: ['type', IdChangeBehavior],
nameChangeBehavior: ['type', NameChangeBehavior],
modeling: ['type', Modeling]
};
//# sourceMappingURL=index.js.map
{
"name": "dmn-js-decision-table",
"description": "A decision table view for dmn-js",
"version": "16.7.1",
"version": "16.8.0",
"files": [

@@ -36,3 +36,3 @@ "assets",

"diagram-js": "^14.7.1",
"dmn-js-shared": "^16.7.1",
"dmn-js-shared": "^16.8.0",
"escape-html": "^1.0.3",

@@ -45,3 +45,3 @@ "inferno": "~5.6.3",

},
"gitHead": "2d827d59cb964191245cf914e3dc7fc95f8f13ad"
"gitHead": "e13ee01b89dc6ec8cc99fbc0bd9d886c0cdb82ab"
}

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