
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
Rpress,一个基于 Vite 和孤岛架构的 SSG 静态站点框架
$ pnpm i r-press
创建并进入一个新目录
$ mkdir rpress-docs && cd rpress-docs
使用包管理器进行初始化
$ pnpm init
安装依赖
$ pnpm i r-press
创建你的第一篇文档
$ mkdir docs && echo '# Hello Rpress' > docs/index.md
在 package.json 中添加一些scripts
这一步骤是可选的,推荐你完成它。在下文中,我们会默认这些 scripts 已经被添加。
{
"scripts": {
"dev": "r-press dev docs",
"build": "r-press build docs",
"preview": "r-press preview docs"
}
}
在本地启动服务器 or 打包
$ pnpm dev
$ pnpm build && pnpm preview
敬请期待...
To check out docs, visit docs.
Detailed changes for each release are documented in the CHANGELOG.
Inspired by island.js. Respect!
FAQs
Vite SSG framework based on islands arch
We found that r-press 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
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

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.