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 10.0.0 to 10.1.0

rules/superfluous-termination.js

5

config/all.js

@@ -12,4 +12,4 @@ const allRules = [

'no-gateway-join-fork',
'no-implicit-end',
'no-implicit-split',
'no-implicit-end',
'no-implicit-start',

@@ -22,3 +22,4 @@ 'no-inclusive-gateway',

'sub-process-blank-start-event',
'superfluous-gateway'
'superfluous-gateway',
'superfluous-termination'
];

@@ -25,0 +26,0 @@

3

config/recommended.js

@@ -22,4 +22,5 @@ module.exports = {

'sub-process-blank-start-event': 'error',
'superfluous-gateway': 'warn'
'superfluous-gateway': 'warn',
'superfluous-termination': 'warn'
}
};
{
"name": "bpmnlint",
"description": "Validate your BPMN diagrams based on configurable lint rules",
"version": "10.0.0",
"version": "10.1.0",
"main": "lib/index.js",

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

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