
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
@comodinx/api-doc
Advanced tools
@comodinx/api-doc is a Node.js API Doc generator.
This module will be in charge of assembling the README corresponding to the specified documentation, in APIDocJs format, on your controllers/routes/endpoints.
npm install @comodinx/api-doc
$ git clone https://gitlab.com/comodinx/api-doc.git
$ cd api-doc
$ npm install
In your package.json, set next script
{
...
"scripts": {
"doc": "comodinx-api-doc",
...
}
...
}
| Argument | Alias | Value | Default value | Description |
|---|---|---|---|---|
| markdown | m | file path | doc.md | Default markdown file path. |
| group | g | path | '' | Group application name. (Gitlab/Github group/user name) |
| dirname | d | path | current cwd directory | Application dirname. |
| name | n | path | Base name for current path | Application name. |
| help | h | boolean | false | Output usage information. |
Use a custom README markdown.
Directly on package.json script.
{
...
"scripts": {
"doc": "comodinx-api-doc -m ./README.template.md",
...
}
...
}
By command line.
$ npm run doc -- -m ./README.template.md
Enjoy the magic and I owe you the documentation
FAQs
@comodinx/api-doc is a Node.js API Doc generator.
We found that @comodinx/api-doc 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
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.