
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@booboo-brain/viewer
Advanced tools
Booboo 3D viewer — the scale-first R3F renderer. Instanced GPU field + tier-LOD. Renders any Booboo graph.
The Booboo 3D renderer — a scale-first React Three Fiber component that draws any Booboo graph as a rooted, tiered brain. One GPU point field + tier-LOD, so a million nodes stay at 60fps (see SCALE.md).
npm install @booboo-brain/viewer react react-dom
import { BoobooView } from "@booboo-brain/viewer";
import type { BoobooGraph } from "@booboo-brain/spec";
export function Brain({ graph }: { graph: BoobooGraph }) {
return <BoobooView data={graph} />;
}
BoobooView is the full app shell (controls, node dossier, persisted settings); Booboo
is the bare scene if you bring your own chrome. layout() exposes the typed-array layout
pass, and defaultCfg / BoobooCfg type the visual knobs.
booboo view --snapshot brain.json # serves the prebuilt standalone app + opens your browser
booboo view --demo --nodes 1000000 # synthetic brain, no data needed
The package ships a prebuilt static app (dist-app/) that the
@booboo-brain/cli view command serves directly. For monorepo hacking there's a
playground: pnpm -F @booboo-brain/viewer dev, then open with ?n=1000000.
Part of Booboo — the unified operational brain. MIT.
FAQs
Booboo 3D viewer — the scale-first R3F renderer. Instanced GPU field + tier-LOD. Renders any Booboo graph.
We found that @booboo-brain/viewer 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.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.