New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dmn-js-decision-table

Package Overview
Dependencies
Maintainers
9
Versions
147
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 14.0.2 to 14.1.0

4

lib/features/decision-table-head/components/DecisionTableHead.js

@@ -85,5 +85,5 @@ import { createVNode } from "inferno";

return createVNode(1, "th", actualClassName, [createVNode(1, "div", "clause", index === 0 ? translate('When') : translate('And'), 0), label ? createVNode(1, "div", "input-label", label, 0, {
"title": translate('Input Label')
"title": translate('Input Label: ') + label
}) : createVNode(1, "div", "input-expression", inputExpression.text, 0, {
"title": translate('Input Expression')
"title": translate('Input Expression: ') + inputExpression.text
}), createVNode(1, "div", "input-variable", inputValues && inputValues.text || inputExpression.typeRef, 0, {

@@ -90,0 +90,0 @@ "title": inputValues && inputValues.text ? translate('Input Values') : translate('Input Type')

@@ -67,5 +67,5 @@ import { createVNode } from "inferno";

}), createVNode(1, "div", "clause", index === 0 ? this._translate('When') : this._translate('And'), 0), label ? createVNode(1, "div", "input-label", label, 0, {
"title": this._translate('Input Label')
"title": this._translate('Input Label: ') + label
}) : createVNode(1, "div", "input-expression", inputExpression.text, 0, {
"title": this._translate('Input Expression')
"title": this._translate('Input Expression: ') + inputExpression.text
}), createVNode(1, "div", "input-variable", inputValues && inputValues.text || this._translate(inputExpression.typeRef), 0, {

@@ -72,0 +72,0 @@ "title": inputValues && inputValues.text ? this._translate('Input Values') : this._translate('Input Type')

@@ -63,5 +63,5 @@ import { createVNode } from "inferno";

}), createVNode(1, "div", "clause", index === 0 ? this._translate('Then') : this._translate('And'), 0), label ? createVNode(1, "div", "output-label", label, 0, {
"title": this._translate('Output Label')
"title": this._translate('Output Label: ') + label
}) : createVNode(1, "div", "output-name", name, 0, {
"title": this._translate('Output Name')
"title": this._translate('Output Name: ') + name
}), createVNode(1, "div", "output-variable", outputValues && outputValues.text || this._translate(typeRef), 0, {

@@ -68,0 +68,0 @@ "title": outputValues && outputValues.text ? this._translate('Output Values') : this._translate('Output Type')

{
"name": "dmn-js-decision-table",
"description": "A decision table view for dmn-js",
"version": "14.0.2",
"version": "14.1.0",
"files": [

@@ -43,3 +43,3 @@ "assets",

},
"gitHead": "957261203a3c0369adab0c884651ab4f07508b1b"
"gitHead": "9fa1d6df4c54bd50103963a524abd2fe6f16e034"
}

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

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