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

zeebe-bpmn-moddle

Package Overview
Dependencies
Maintainers
9
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.10.0 to 0.11.0

4

CHANGELOG.md

@@ -9,2 +9,6 @@ # Changelog

## 0.11.0
* `FEAT`: support `zeebe:modelerTemplate` and `zeebe:modelerTemplateVersion` ([#20](https://github.com/camunda-cloud/zeebe-bpmn-moddle/pull/20))
## 0.10.0

@@ -11,0 +15,0 @@

4

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

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

"type": "git",
"url": "https://github.com/zeebe-io/zeebe-bpmn-moddle"
"url": "https://github.com/camunda-cloud/zeebe-bpmn-moddle"
},

@@ -16,0 +16,0 @@ "keywords": [

# zeebe-bpmn-moddle
[![CI](https://github.com/zeebe-io/zeebe-bpmn-moddle/workflows/CI/badge.svg)](https://github.com/zeebe-io/zeebe-bpmn-moddle/actions?query=workflow%3ACI)
[![CI](https://github.com/camunda-cloud/zeebe-bpmn-moddle/workflows/CI/badge.svg)](https://github.com/camunda-cloud/zeebe-bpmn-moddle/actions?query=workflow%3ACI)

@@ -5,0 +5,0 @@ This project defines the [Zeebe](https://zeebe.io) namespace extensions for BPMN 2.0 as a [moddle](https://github.com/bpmn-io/moddle) descriptor.

@@ -328,4 +328,25 @@ {

]
},
{
"name": "TemplateSupported",
"isAbstract": true,
"extends": [
"bpmn:Collaboration",
"bpmn:Process",
"bpmn:FlowElement"
],
"properties": [
{
"name": "modelerTemplate",
"isAttr": true,
"type": "String"
},
{
"name": "modelerTemplateVersion",
"isAttr": true,
"type": "Integer"
}
]
}
]
}
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