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

zeebe-bpmn-moddle

Package Overview
Dependencies
Maintainers
8
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zeebe-bpmn-moddle - npm Package Compare versions

Comparing version 0.8.0 to 0.9.0

CHANGELOG.md

4

package.json
{
"name": "zeebe-bpmn-moddle",
"version": "0.8.0",
"version": "0.9.0",
"description": "Zeebe moddle extensions for BPMN 2.0",

@@ -42,3 +42,3 @@ "scripts": {

"min-dash": "^3.5.2",
"mocha": "^9.0.2",
"mocha": "^9.1.3",
"npm-run-all": "^4.1.2",

@@ -45,0 +45,0 @@ "xsd-schema-validator": "^0.7.0"

@@ -282,4 +282,27 @@ {

]
},
{
"name": "CalledDecision",
"superClass": [
"Element"
],
"meta": {
"allowedIn": [
"bpmn:BusinessRuleTask"
]
},
"properties": [
{
"name": "decisionId",
"type": "String",
"isAttr": true
},
{
"name": "resultVariable",
"type": "String",
"isAttr": true
}
]
}
]
}
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