
Security News
Next.js moves to scheduled security releases
Vercel is formalizing a monthly release program for Next.js. The change follows React2Shell and a sharp rise in AI-assisted vulnerability discovery.
@heavy/apidoc-template
Advanced tools
apidoc --private true -e app/public -i app/ -o app/public/apidoc -t node_modules/@heavy/apidoc-template --markdown node_modules/@heavy/apidoc-template/tools/markitdown.js
or in js:
/**
*
* 生成apidoc
* ajax请求自动添加签名信息,签名的key在console设置key=xxxx
*
*/
const path = require('path');
const { createDoc } = require('apidoc');
const option = {
src: 'app',
dest: 'app/public/apidoc',
excludeFilters: ['app/public'],
markdown: 'node_modules/@heavy/apidoc-template/tools/markitdown.js',
template: 'node_modules/@heavy/apidoc-template'
// debug: true
};
const doc = createDoc(option)
FAQs
apidoc template with signature and mermaid
The npm package @heavy/apidoc-template receives a total of 1 weekly downloads. As such, @heavy/apidoc-template popularity was classified as not popular.
We found that @heavy/apidoc-template 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
Vercel is formalizing a monthly release program for Next.js. The change follows React2Shell and a sharp rise in AI-assisted vulnerability discovery.

Research
/Security News
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.

Research
/Security News
4 compromised asyncapi packages deliver miasma botnet loader on macOS, Linux and Windows.