Gathering detailed insights and metrics for diagram-js-minimap
Gathering detailed insights and metrics for diagram-js-minimap
Gathering detailed insights and metrics for diagram-js-minimap
Gathering detailed insights and metrics for diagram-js-minimap
npm install diagram-js-minimap
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
32 Stars
191 Commits
18 Forks
11 Watching
6 Branches
13 Contributors
Updated on 07 Nov 2024
JavaScript (96.83%)
CSS (3.17%)
Cumulative downloads
Total Downloads
Last day
-16.2%
1,124
Compared to previous day
Last week
-2.7%
6,169
Compared to previous week
Last month
-1.7%
24,855
Compared to previous month
Last year
-13.3%
305,638
Compared to previous year
22
A minimap for diagram-js.
Extend your diagram-js application with the minimap module. We'll use bpmn-js as an example:
1import BpmnModeler from 'bpmn-js/lib/Modeler'; 2 3import minimapModule from 'diagram-js-minimap'; 4 5var bpmnModeler = new BpmnModeler({ 6 additionalModules: [ 7 minimapModule 8 ] 9});
For proper styling integrate the embedded style sheet:
1<link rel="stylesheet" href="diagram-js-minimap/assets/diagram-js-minimap.css" />
Please see this example for a more detailed instruction.
MIT
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
security policy file detected
Details
Reason
7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5
Reason
Found 2/9 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
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
13 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-25
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