zeebe-bpmn-moddle
Advanced tools
Comparing version 0.7.0 to 0.7.1
@@ -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 @@ |
{ | ||
"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 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12222
1