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.9.0 to 0.10.0

6

CHANGELOG.md

@@ -9,5 +9,9 @@ # Changelog

## 0.10.0
* `FEAT`: support `zeebe:assignmentDefinition` for `bpmn:UserTask` ([b5f368](https://github.com/zeebe-io/zeebe-bpmn-moddle/commit/b5f368ce8daae65f8266b430df3cbd1bedd9232c))
## 0.9.0
* `FEAT`: support `zeebe:calledDecision` for `bpmn:BusinessRuleTask`call ([ee9b59a](https://github.com/zeebe-io/zeebe-bpmn-moddle/commit/ee9b59a00145542a4de9c3193f5e5c13d42a2cfc))
* `FEAT`: support `zeebe:calledDecision` for `bpmn:BusinessRuleTask` ([ee9b59a](https://github.com/zeebe-io/zeebe-bpmn-moddle/commit/ee9b59a00145542a4de9c3193f5e5c13d42a2cfc))

@@ -14,0 +18,0 @@ ## 0.8.0

2

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

@@ -5,0 +5,0 @@ "scripts": {

@@ -305,4 +305,27 @@ {

]
},
{
"name": "AssignmentDefinition",
"superClass": [
"Element"
],
"meta": {
"allowedIn": [
"bpmn:UserTask"
]
},
"properties": [
{
"name": "assignee",
"type": "String",
"isAttr": true
},
{
"name": "candidateGroups",
"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