
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
一个轻量级的 Web 端 MySQL 管理工具,风格类似 Navicat。
npx navidog
运行后终端会显示:
🐕 NaviDog starting on http://127.0.0.1:3001
NaviDog listening on http://127.0.0.1:3001
Ctrl + C 停止服务自定义端口:PORT=8080 npx navidog
npm install -g navidog
navidog
以后随时在终端输入 navidog 即可启动,Ctrl + C 停止。
git clone https://github.com/fhyfhy17/navidog.git
cd navidog
npm install
npm run build
npm start
启动后打开 http://127.0.0.1:3001 即可使用。
npm install
npm run dev
前端页面:http://localhost:5173 (自动代理 API 到后端 3001 端口)
PORT=8080 npm start
# 或
PORT=8080 navidog
http://127.0.0.1:3001.ncx 文件127.0.0.1,仅本机可访问MIT
FAQs

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.