Gathering detailed insights and metrics for @rwk/typedoc-plugin-mermaid
Gathering detailed insights and metrics for @rwk/typedoc-plugin-mermaid
Gathering detailed insights and metrics for @rwk/typedoc-plugin-mermaid
Gathering detailed insights and metrics for @rwk/typedoc-plugin-mermaid
A plugin for TypeDoc that generates graphs for mermaid.js diagrams by @mermaid annotation.
npm install @rwk/typedoc-plugin-mermaid
Typescript
Module System
Node Version
NPM Version
61
Supply Chain
97.9
Quality
75.4
Maintenance
100
Vulnerability
99.3
License
typedoc-plugin-mermaid@1.12.0
Updated on Jul 04, 2024
typedoc-plugin-mermaid@1.11.1
Updated on Jun 13, 2024
typedoc-plugin-mermaid@1.11.0
Updated on Jun 13, 2024
v1.10.0 🌈
Updated on Mar 07, 2023
v1.9.0 🌈
Updated on Jul 16, 2022
v1.8.0 🌈
Updated on Apr 06, 2022
TypeScript (100%)
Total Downloads
2,295
Last Day
4
Last Week
12
Last Month
43
Last Year
1,241
MIT License
31 Stars
424 Commits
9 Forks
2 Watchers
19 Branches
7 Contributors
Updated on Feb 05, 2025
Minified
Minified + Gzipped
Latest Version
1.9.0-test7
Package Id
@rwk/typedoc-plugin-mermaid@1.9.0-test7
Unpacked Size
108.07 kB
Size
71.67 kB
File Count
9
NPM Version
8.19.3
Node Version
16.19.1
Published on
Mar 06, 2023
Cumulative downloads
Total Downloads
1
1
A plugin for TypeDoc that generates graphs for mermaid.js diagrams by @mermaid annotation. [Temp fork to be compatible with mermaid v10]
The plugin can then be installed using npm:
1# npm 2npm install --save-dev typedoc-plugin-mermaid 3# or yarn 4yarn add -D typedoc-plugin-mermaid
Write tsdoc with @mermaid
annotations:
1/** 2 * Hoge is sample class for example of `typedoc-plugin-mermaid`. 3 * 4 * @mermaid Make TypeDoc easy to use with mermaid.js 5 * graph TB 6 * mermaid.js --> TypeDoc; 7 */ 8export class Hoge { }
Or use fenced code blocks:
1/** 2 * Mermaid code blocks are automatically detect and converted. 3 * 4 * ```mermaid 5 * graph TB 6 * mermaid.js --> TypeDoc; 7 * ``` 8 */ 9export class Mermaid { }
The following arguments can be used in addition to the default TypeDoc arguments.
1$ typedoc --help 2... 3Options: 4 --mermaidVersion [Mermaid Plugin] The version of mermaid.js to use. 5...
--mermaidVersion
Specify mermaid.js version to use.
Default: latest
, Example: 8.14.0
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
This software is released under the MIT License, see LICENSE.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
security policy file detected
Details
Reason
no dangerous workflow patterns detected
Reason
all dependencies are pinned
Details
Reason
license file detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 8
Details
Reason
Found 0/14 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
project is not fuzzed
Details
Reason
19 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-23
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 MoreLast Day
300%
4
Compared to previous day
Last Week
100%
12
Compared to previous week
Last Month
-14%
43
Compared to previous month
Last Year
53.2%
1,241
Compared to previous year