Socket
Socket
Sign inDemoInstall

bpmnlint

Package Overview
Dependencies
16
Maintainers
10
Versions
60
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.2.0 to 10.0.0

18

package.json
{
"name": "bpmnlint",
"description": "Validate your BPMN diagrams based on configurable lint rules",
"version": "9.2.0",
"version": "10.0.0",
"main": "lib/index.js",

@@ -26,3 +26,3 @@ "keywords": [

"engines": {
"node": ">= 12"
"node": ">= 16"
},

@@ -34,3 +34,3 @@ "license": "MIT",

"dev": "npm test -- --watch",
"test": "mocha -r esm --exclude 'test/integration/*/**' 'test/**/*.js'",
"test": "mocha --exclude 'test/integration/*/**' 'test/**/*.*js'",
"test-coverage": "nyc --reporter=lcov --reporter=html npm test",

@@ -43,3 +43,3 @@ "generate-docs-images": "npx @bpmn-io/bpmnlint-generate-docs-images ."

"dependencies": {
"@bpmn-io/moddle-utils": "^0.2.0",
"@bpmn-io/moddle-utils": "^0.2.1",
"ansi-colors": "^4.1.3",

@@ -57,9 +57,9 @@ "bpmn-moddle": "^8.0.1",

"@bpmn-io/bpmnlint-generate-docs-images": "^0.4.0",
"chai": "^4.3.7",
"eslint": "^8.44.0",
"bpmnlint": ".",
"chai": "^4.3.8",
"eslint": "^8.49.0",
"eslint-plugin-bpmn-io": "^1.0.0",
"esm": "^3.2.25",
"execa": "^5.1.1",
"execa": "^8.0.1",
"install-local": "^3.0.1",
"mocha": "^8.4.0",
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",

@@ -66,0 +66,0 @@ "nyc": "^15.1.0",

@@ -17,3 +17,3 @@ const {

if (!isAny(node, [
'bpmn:Task',
'bpmn:Activity',
'bpmn:Event'

@@ -20,0 +20,0 @@ ])) {

@@ -18,3 +18,3 @@ const {

if (!isAny(node, [
'bpmn:Task',
'bpmn:Activity',
'bpmn:Event'

@@ -21,0 +21,0 @@ ])) {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc