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

dmn-js

Package Overview
Dependencies
Maintainers
9
Versions
184
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dmn-js - npm Package Compare versions

Comparing version 16.1.0 to 16.2.0

dist/assets/dmn-js-boxed-expression-controls.css

9

lib/Modeler.js

@@ -5,3 +5,4 @@ import EditingManager from 'dmn-js-shared/lib/base/EditingManager';

import LiteralExpressionEditor from 'dmn-js-literal-expression/lib/Editor';
import { is } from 'dmn-js-shared/lib/util/ModelUtil';
import { Editor as BoxedExpressionEditor } from 'dmn-js-boxed-expression';
import { is, getBoxedExpression } from 'dmn-js-shared/lib/util/ModelUtil';
import { containsDi } from 'dmn-js-shared/lib/util/DiUtil';

@@ -31,2 +32,8 @@ import { find } from 'min-dash';

}
}, {
id: 'boxedExpression',
constructor: BoxedExpressionEditor,
opens(element) {
return is(element, 'dmn:BusinessKnowledgeModel') && getBoxedExpression(element);
}
}];

@@ -33,0 +40,0 @@ }

@@ -5,3 +5,4 @@ import Manager from 'dmn-js-shared/lib/base/Manager';

import LiteralExpressionViewer from 'dmn-js-literal-expression/lib/Viewer';
import { is } from 'dmn-js-shared/lib/util/ModelUtil';
import { Viewer as BoxedExpressionViewer } from 'dmn-js-boxed-expression';
import { is, getBoxedExpression } from 'dmn-js-shared/lib/util/ModelUtil';
import { containsDi } from 'dmn-js-shared/lib/util/DiUtil';

@@ -32,2 +33,8 @@

}
}, {
id: 'boxedExpression',
constructor: BoxedExpressionViewer,
opens(element) {
return is(element, 'dmn:BusinessKnowledgeModel') && getBoxedExpression(element);
}
}];

@@ -34,0 +41,0 @@ }

@@ -5,3 +5,4 @@ import Manager from 'dmn-js-shared/lib/base/Manager';

import LiteralExpressionViewer from 'dmn-js-literal-expression/lib/Viewer';
import { is } from 'dmn-js-shared/lib/util/ModelUtil';
import { Viewer as BoxedExpressionViewer } from 'dmn-js-boxed-expression';
import { is, getBoxedExpression } from 'dmn-js-shared/lib/util/ModelUtil';
import { containsDi } from 'dmn-js-shared/lib/util/DiUtil';

@@ -32,2 +33,8 @@

}
}, {
id: 'boxedExpression',
constructor: BoxedExpressionViewer,
opens(element) {
return is(element, 'dmn:BusinessKnowledgeModel') && getBoxedExpression(element);
}
}];

@@ -34,0 +41,0 @@ }

13

package.json
{
"name": "dmn-js",
"description": "A dmn toolkit and web modeler",
"version": "16.1.0",
"version": "16.2.0",
"files": [

@@ -62,8 +62,9 @@ "dist",

"dependencies": {
"dmn-js-decision-table": "^16.1.0",
"dmn-js-drd": "^16.1.0",
"dmn-js-literal-expression": "^16.1.0",
"dmn-js-shared": "^16.1.0"
"dmn-js-boxed-expression": "^16.2.0",
"dmn-js-decision-table": "^16.2.0",
"dmn-js-drd": "^16.2.0",
"dmn-js-literal-expression": "^16.2.0",
"dmn-js-shared": "^16.2.0"
},
"gitHead": "d57c8037dd10b27b4916b144e72119bdc151d5bc"
"gitHead": "6b23956b2b5b82d584e23dfab0ad3ab765e8f0c6"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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