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.1.2 to 14.1.3

2

lib/features/decision-table-head/editor/components/InputCell.js

@@ -70,3 +70,3 @@ import { createVNode } from "inferno";

"title": this._translate('Input Expression: ') + inputExpression.text
}), createVNode(1, "div", "input-variable", inputValues && inputValues.text || this._translate(inputExpression.typeRef), 0, {
}), createVNode(1, "div", "input-variable", inputValues && inputValues.text || this._translate(inputExpression.typeRef || ''), 0, {
"title": inputValues && inputValues.text ? this._translate('Input Values') : this._translate('Input Type')

@@ -73,0 +73,0 @@ })], 0, {

@@ -66,3 +66,3 @@ import { createVNode } from "inferno";

"title": this._translate('Output Name: ') + name
}), createVNode(1, "div", "output-variable", outputValues && outputValues.text || this._translate(typeRef), 0, {
}), createVNode(1, "div", "output-variable", outputValues && outputValues.text || this._translate(typeRef || ''), 0, {
"title": outputValues && outputValues.text ? this._translate('Output Values') : this._translate('Output Type')

@@ -69,0 +69,0 @@ })], 0, {

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

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

},
"gitHead": "e745b764307727632bc5899d6fef83c1b8275dd8"
"gitHead": "84d14f43132af6010cd0d5ac104695087f84216a"
}

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