Socket
Socket
Sign inDemoInstall

bpmnlint

Package Overview
Dependencies
Maintainers
10
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bpmnlint - npm Package Compare versions

Comparing version 9.0.0 to 9.1.0

rules/no-overlapping-elements.js

1

config/all.js

@@ -16,2 +16,3 @@ const allRules = [

'no-inclusive-gateway',
'no-overlapping-elements',
'single-blank-start-event',

@@ -18,0 +19,0 @@ 'single-event-definition',

@@ -17,2 +17,3 @@ module.exports = {

'no-inclusive-gateway': 'error',
'no-overlapping-elements': 'warn',
'single-blank-start-event': 'error',

@@ -19,0 +20,0 @@ 'single-event-definition': 'error',

6

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

@@ -54,4 +54,4 @@ "keywords": [

"@bpmn-io/bpmnlint-generate-docs-images": "^0.4.0",
"chai": "^4.3.4",
"eslint": "^8.42.0",
"chai": "^4.3.7",
"eslint": "^8.44.0",
"eslint-plugin-bpmn-io": "^1.0.0",

@@ -58,0 +58,0 @@ "esm": "^3.2.25",

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