
Research
/Security News
Miasma Mini Shai-Hulud Hits ImmobiliareLabs npm Packages
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.
@shaneholloman/aria-bridge
Advanced tools
Development-only bridge for capturing errors and logs in web, Node, and React Native
Development-only bridge that captures errors, logs, and optional controls from your app and streams them to a workspace host. Works across web, Node.js, React Native, Roblox/Lua (HTTP), and thin backend SDKs.
bun add @shaneholloman/aria-bridge
Start the host (writes .aria/aria-bridge.json with url + secret):
bunx aria-bridge-host
Bootstrap the bridge early in your app:
import { startBridge } from '@shaneholloman/aria-bridge';
startBridge({
url: process.env.ARIA_BRIDGE_URL, // or read from .aria/aria-bridge.json
secret: process.env.ARIA_BRIDGE_SECRET,
projectId: 'my-app',
enableControl: false, // opt-in features; see docs/usage.md
});
In React Native, the same call works; in Node.js you can also enable network/control capture.
Export ARIA_BRIDGE_URL and ARIA_BRIDGE_SECRET (read them from .aria/aria-bridge.json), then run:
| Language | Dev one-liner | Docs |
|---|---|---|
| Roblox / Lua | bun run copy:lua-client (then require AriaBridge.lua) | guide |
| Python | python python/examples/basic_usage.py | guide |
| Go | go run go/examples/main.go | guide |
| PHP | php php/examples/basic.php | guide |
| Ruby | bundle exec ruby ruby/examples/basic.rb | guide |
| Rust | cargo run --example basic --manifest-path rust/Cargo.toml | guide |
| Swift | swift run --package-path swift AriaBridgeExample | guide |
| Java (scaffold) | bun run sdk:java | guide |
aria-bridge-host is a singleton WebSocket server per workspace. It locks at .aria/aria-bridge.lock, writes .aria/aria-bridge.json with url, port, and secret, and fans out events from bridges to consumers (e.g., Aria, MCP). Start it with bunx aria-bridge-host [workspace-path].
bun test (runs demo/node-demo.js, assumes host running)bun run build then open demo/web-demo.htmlnode demo/workspace-bridge-demo.js /path/to/workspaceFAQs
Development-only bridge for capturing errors and logs in web, Node, and React Native
We found that @shaneholloman/aria-bridge 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
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.

Security News
/Research
Mini Shai-Hulud expands into the Go ecosystem after hitting LeoPlatform npm packages and targeting GitHub Actions workflows.