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

zeebe-bpmn-moddle

Package Overview
Dependencies
Maintainers
6
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.7.0 to 0.7.1

4

CHANGELOG.md

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

## 0.7.1
* `FIX`: correctly encode HTML entities in extension properties ([#12](https://github.com/zeebe-io/zeebe-bpmn-moddle/pull/12))
## 0.7.0

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

20

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

@@ -35,13 +35,17 @@ "scripts": {

"async": "^2.6.0",
"bpmn-moddle": "^6.0.6",
"chai": "^4.1.2",
"eslint": "^5.16.0",
"eslint-plugin-bpmn-io": "^0.8.2",
"bpmn-moddle": "^7.1.2",
"chai": "^4.3.4",
"eslint": "^7.30.0",
"eslint-plugin-bpmn-io": "^0.12.0",
"glob": "^7.1.6",
"jsondiffpatch": "^0.2.5",
"min-dash": "^3.5.2",
"mocha": "^4.0.1",
"mocha": "^9.0.2",
"npm-run-all": "^4.1.2",
"xsd-schema-validator": "^0.5.0"
}
"xsd-schema-validator": "^0.7.0"
},
"files": [
"lib",
"resources"
]
}

@@ -162,3 +162,3 @@ {

"name": "type",
"type": "string",
"type": "String",
"isAttr": true

@@ -168,3 +168,3 @@ },

"name": "retries",
"type": "string",
"type": "String",
"isAttr": true

@@ -189,3 +189,3 @@ }

"name": "inputCollection",
"type": "string",
"type": "String",
"isAttr": true

@@ -195,3 +195,3 @@ },

"name": "inputElement",
"type": "string",
"type": "String",
"isAttr": true

@@ -201,3 +201,3 @@ },

"name": "outputCollection",
"type": "string",
"type": "String",
"isAttr": true

@@ -207,3 +207,3 @@ },

"name": "outputElement",
"type": "string",
"type": "String",
"isAttr": true

@@ -226,3 +226,3 @@ }

"name": "processId",
"type": "string",
"type": "String",
"isAttr": true

@@ -232,3 +232,3 @@ },

"name": "processIdExpression",
"type": "string",
"type": "String",
"isAttr": true

@@ -256,3 +256,3 @@ },

"name": "id",
"type": "string",
"type": "String",
"isAttr": true

@@ -262,3 +262,3 @@ },

"name": "body",
"type": "string",
"type": "String",
"isBody": true

@@ -281,3 +281,3 @@ }

"name": "formKey",
"type": "string",
"type": "String",
"isAttr": true

@@ -284,0 +284,0 @@ }

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