Socket
Socket
Sign inDemoInstall

bpmnlint

Package Overview
Dependencies
Maintainers
8
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 7.1.0 to 7.2.0

rules/no-bpmndi.js

4

CHANGELOG.md

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

## 7.2.0
* `FEAT`: add `no-bpmndi` rule ([#55](https://github.com/bpmn-io/bpmnlint/issues/55))
## 7.1.0

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

3

config/all.js

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

'label-required',
'no-bpmndi',
'no-complex-gateway',

@@ -28,2 +29,2 @@ 'no-disconnected',

}, {})
};
};

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

'label-required': 'error',
'no-bpmndi': 'error',
'no-complex-gateway': 'error',

@@ -21,2 +22,2 @@ 'no-disconnected': 'error',

}
};
};
{
"name": "bpmnlint",
"description": "Validate your BPMN diagrams based on configurable lint rules",
"version": "7.1.0",
"version": "7.2.0",
"main": "lib/index.js",

@@ -45,2 +45,3 @@ "keywords": [

"color-support": "^1.1.3",
"min-dash": "^3.5.2",
"mri": "^1.1.6",

@@ -47,0 +48,0 @@ "pluralize": "^7.0.0",

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