Socket
Socket
Sign inDemoInstall

bpmnlint

Package Overview
Dependencies
6
Maintainers
3
Versions
60
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.3.0 to 6.4.0

rules/superfluous-gateway.js

4

CHANGELOG.md

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

## 6.4.0
* `FEAT`: add `superfluous-gateway` check ([#42](https://github.com/bpmn-io/bpmnlint/pull/42/files))
## 6.3.0

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

3

config/all.js

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

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

@@ -19,0 +20,0 @@

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

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

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

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