
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
前端文档网站生成工具
rainie-doc工具根据注释自动生成文档静态网站。
jsdoc解析注释生成json数据使用说明和特点介绍说明到生成页面指定位置使用 npm:
$ npm install rainie-doc -g
-c / --config <file>说明:配置文件路径
默认值: rainie-doc.json
rainieDoc -c rainie-doc.json
配置文件rainie-doc.json模板:
{
"github_url": "https://github.com/lanjingling0510/rainie-doc",
"name": "文档web自动生成工具",
"title": "",
"description": "根据代码注释自动生成说明网站",
"logo_icon": "",
"entry_path": "./src/*.js",
"categories": [
"介绍",
"API"
],
"staticDocs": [
{
"type": "markdown",
"urlId": "readme",
"category": "介绍",
"title": "readme",
"description": "",
"path": "README.md"
}
],
"feature": "Feature.md",
"usage": "./docs/usage.js"
}
具体内容请看配置文件说明
Anyone and everyone is welcome to contribute to this project. The best way to start is by checking our open issues, submit a new issues or feature request, participate in discussions, upvote or downvote the issues you like or dislike.
FAQs
We found that rainie-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.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.