
Research
npm Malware Targets Telegram Bot Developers with Persistent SSH Backdoors
Malicious npm packages posing as Telegram bot libraries install SSH backdoors and exfiltrate data from Linux developer machines.
typedoc-plugin-coverage
Advanced tools
A plugin for TypeDoc to generate a documentation coverage badge.
A plugin for TypeDoc to generate a documentation coverage badge.
This plugin will write a coverage.svg
badge and/or coverage.json
to your output directory when generating HTML documentation that
includes the percentage of your API surface which is documented. It will respect TypeDoc's requiredToBeDocumented
option,
and only report missing documentation if reflections covered by that option are undocumented.
coverageLabel
- Define the label for the coverage badge. Defaults to 'document'.coverageColor
- Define the define the color of the coverage badge background. Defaults to a dynamic color depending on coverage percentage.coverageOutputPath
- Defines the path where the coverage badge will be written, defaults to <output directory>/coverage.svg
.coverageOutputType
- Defines the type of the coverage file to be written ('svg', 'json', 'all'). Defaults to 'svg'.Default colors/icon sourced from esdoc-coverage-plugin
If the numbers don't match what you expected, or don't match what TypeDoc implies should be documented, set --logLevel Verbose
to see
additional logging about what was considered documented/not documented.
v3.4.0 (2024-11-24)
FAQs
A plugin for TypeDoc to generate a documentation coverage badge.
The npm package typedoc-plugin-coverage receives a total of 7,156 weekly downloads. As such, typedoc-plugin-coverage popularity was classified as popular.
We found that typedoc-plugin-coverage demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Research
Malicious npm packages posing as Telegram bot libraries install SSH backdoors and exfiltrate data from Linux developer machines.
Security News
pip, PDM, pip-audit, and the packaging library are already adding support for Python’s new lock file format.
Product
Socket's Go support is now generally available, bringing automatic scanning and deep code analysis to all users with Go projects.