Gathering detailed insights and metrics for dmn-js-decision-table
Gathering detailed insights and metrics for dmn-js-decision-table
Gathering detailed insights and metrics for dmn-js-decision-table
Gathering detailed insights and metrics for dmn-js-decision-table
View and edit DMN diagrams in the browser.
npm install dmn-js-decision-table
Typescript
Module System
Node Version
NPM Version
JavaScript (96.52%)
CSS (3.25%)
Shell (0.23%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
NOASSERTION License
326 Stars
1,878 Commits
147 Forks
24 Watchers
23 Branches
36 Contributors
Updated on Jul 10, 2025
Latest Version
17.3.0
Package Id
dmn-js-decision-table@17.3.0
Unpacked Size
938.66 kB
Size
189.12 kB
File Count
319
NPM Version
lerna/8.1.9/node@v22.14.0+arm64 (darwin)
Node Version
22.14.0
Published on
Jun 30, 2025
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
Starting with
dmn-js@8
the library displays and saves DMN 1.3 diagrams only. To open older DMN files, migrate them before loading them withdmn-js
.
View and edit DMN 1.3 diagrams in the browser.
Use the library pre-packaged or include it via npm into your node-style web-application.
To get started, create a dmn-js instance and render DMN 1.3 diagrams in the browser:
1const xml; // my DMN 1.3 xml 2const viewer = new DmnJS({ 3 container: 'body' 4}); 5 6try { 7 const { warnings } = await viewer.importXML(xml); 8 9 console.log('rendered'); 10} catch (err) { 11 console.log('error rendering', err) 12}
Checkout our examples for more supported usage scenarios.
You may attach or detach the viewer dynamically to any element on the page, too:
1const viewer = new DmnJS(); 2 3// attach it to some element 4viewer.attachTo('#container'); 5 6// detach the panel 7viewer.detach();
Perform the following steps to build the library, including running all tests:
npm install
npm run all
Run tests in individual packages:
npm run dev -- dmn-js
dmn-js builds on top of a few additional powerful tools:
Please checkout our contributing guidelines if you plan to file an issue or pull request.
By participating to this project, please uphold to our Code of Conduct.
Use under the terms of the bpmn.io license.
No vulnerabilities found.
Reason
14 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
security policy file detected
Details
Reason
SAST tool is run on all commits
Details
Reason
license file detected
Details
Reason
Found 5/17 approved changesets -- score normalized to 2
Reason
dependency not pinned by hash detected -- score normalized to 2
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
13 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-14
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More