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

dmn-js-boxed-expression

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dmn-js-boxed-expression - npm Package Compare versions

Comparing version 17.0.1 to 17.0.2

12

lib/features/function-definition/components/FunctionDefinitionEditorComponent.js

@@ -47,3 +47,4 @@ import { createVNode, createComponentVNode, createTextVNode } from "inferno";

}), createComponentVNode(2, BodyExpression, {
"expression": body
"expression": body,
"parameters": parameters
})], 4);

@@ -91,4 +92,6 @@ }

}
function BodyExpression({
expression
const BodyExpression = withChangeSupport(_BodyExpression, props => props.parameters);
function _BodyExpression({
expression,
parameters
}, context) {

@@ -99,3 +102,4 @@ const Expression = context.components.getComponent('expression', {

return createVNode(1, "div", "function-definition-body", createComponentVNode(2, Expression, {
"expression": expression
"expression": expression,
"parameters": parameters
}), 2);

@@ -102,0 +106,0 @@ }

{
"name": "dmn-js-boxed-expression",
"description": "A boxed expression view for dmn-js",
"version": "17.0.1",
"version": "17.0.2",
"files": [

@@ -45,3 +45,3 @@ "assets",

},
"gitHead": "75c490cde5bca51253b8eefa9d5e24d0b679459d"
"gitHead": "734f9d21d697a324f6257ea19186cd04f9ec2291"
}

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