
Security News
Open Source Maintainers Feeling the Weight of the EU’s Cyber Resilience Act
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
Validate your DMN diagrams based on configurable lint rules.
Install the utility via npm:
npm install -g dmnlint
Validate your diagrams via the command line:
> dmnlint invoice.dmn
/Projects/process-application/resources/invoice.dmn
InputData_13 error Element is missing label/name label-required
Decision_12 error Element is missing label/name label-required
✖ 2 problems (2 errors, 0 warnings)
Our documentation lists all currenty implemented rules, the ./rules
folder contains each rules implementation.
Do you miss a rule that should be included? Propose a new rule.
Create a .dmnlintrc
file in your working directory and inherit from a common configuration using the extends
block:
{
"extends": "dmnlint:recommended"
}
Add or customize rules using the rules
block:
{
"extends": "dmnlint:recommended",
"rules": {
"label-required": "off"
}
}
Integrate the linter via dmn-js-dmnlint into dmn-js and get direct feedback during modeling.
To try out visual validation, checkout the dmnlint playground.
Use the dmnlint playground to implement new rules with quick visual feedback.
For more details on how to define and consume custom lint rules check out the dmnlint-plugin-example.
The project is based on bpmnlint
built by nikku and siffogh.
MIT
0.2.0
FEAT
: migrate to DMN 1.3Library was migrated to DMN 1.3. Make sure to migrate your diagrams before linting.
FAQs
Validate your DMN diagrams based on configurable lint rules
The npm package dmnlint receives a total of 159 weekly downloads. As such, dmnlint popularity was classified as not popular.
We found that dmnlint demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.