
Research
/Security News
Chrome and Firefox Extensions Posing as Free VPNs Add Clipboard Stealers via Malicious Updates
Malicious Chrome and Firefox extensions posed as free VPNs while stealing clipboard data through later extension updates.
wumingmud-tui)无名江湖客户端是一个基于 TUI 的 MUD 终端应用,负责玩家登录、世界信息展示、聊天与指令交互。
MUD服务端使用:wumingmud。

npx wumingmud
.
├── src/
│ ├── components/ # TUI 组件
│ ├── hooks/ # 自定义 hooks
│ ├── services/ # 网络、鉴权、日志、存储
│ ├── store/ # 状态管理
│ ├── types/ # 类型定义
│ ├── utils/ # 工具函数
│ └── index.tsx # 入口
├── esbuild.config.js
├── package.json
└── tsconfig.json
npm install
cp .env.example .env
npm run dev
默认会连接 ws://localhost:8080/ws。如果你的服务端地址不同,请修改 .env。
| 变量名 | 默认值 | 说明 |
|---|---|---|
WS_URL | ws://localhost:8080/ws | WebSocket 服务地址 |
API_URL | http://localhost:8080/api | HTTP API 基地址 |
DEBUG | false | 是否开启调试日志 |
CLIENT_LOG_PATH | logs/client.log | 客户端日志文件 |
CLIENT_LOG_STDOUT | false | 是否输出日志到标准输出 |
CLIENT_STORAGE_PATH | ~/.wumingmud/client-storage.json | 本地持久化路径 |
npm run dev # 开发模式
npm run typecheck # 类型检查
npm run build # 构建 dist
npm start # 运行构建产物
WS_URL 是否包含正确路径(通常是 /ws)。FAQs
无名江湖 - TUI客户端
The npm package wumingmud receives a total of 10 weekly downloads. As such, wumingmud popularity was classified as not popular.
We found that wumingmud demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Malicious Chrome and Firefox extensions posed as free VPNs while stealing clipboard data through later extension updates.

Research
/Security News
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.

Security News
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.