
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
@dwaring87/docdash
Advanced tools
A clean, responsive documentation template theme for JSDoc 3 inspired by lodash and minami
A clean, responsive documentation template theme for JSDoc 3.


See http://clenemt.github.io/docdash/ for a sample demo. :rocket:
$ npm install docdash
Clone repository to your designated jsdoc template directory, then:
$ jsdoc entry-file.js -t path/to/docdash
In your projects package.json file add a new script:
"script": {
"generate-docs": "node_modules/.bin/jsdoc -c jsdoc.json"
}
In your jsdoc.json file, add a template option.
"opts": {
"template": "node_modules/docdash"
}
jsdoc.jsonSee the config file for the fixtures or the sample below.
{
"tags": {
"allowUnknownTags": false
},
"source": {
"include": "../js",
"includePattern": ".js$",
"excludePattern": "(node_modules/|docs)"
},
"plugins": [
"plugins/markdown"
],
"opts": {
"template": "assets/template/docdash/",
"encoding": "utf8",
"destination": "docs/",
"recurse": true,
"verbose": true
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false
}
}
Docdash supports the following options:
{
"docdash": {
"static": [false|true], // Display the static members inside the navbar
"sort": [false|true] // Sort the methods in the navbar
}
}
Place them anywhere inside your jsdoc.json file.
Licensed under the Apache License, version 2.0. (see Apache-2.0).
FAQs
A clean, responsive documentation template theme for JSDoc 3 inspired by lodash and minami
We found that @dwaring87/docdash 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 Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.