Bun
Overview
Version & Lifecycle
Community Notes
Configuration tip
Use bun install --silent to suppress all logging output during automated deployments, or bun install --dry-run to validate dependency resolution without writing files or installing packages—both options are useful for pre-flight checks in enterprise environments. For deployments requiring specific dependency isolation behavior, configure the linker property in your project’s bunfig.toml to "isolated" (recommended for monorepos to prevent phantom dependencies) or "hoisted" (for traditional npm-like behavior).
Release Notes & Updates
Help us match vulnerabilities
No vulnerability match yet. Pick the right product:
Don’t see it? Paste a CPE
Also known as
Other names people use for this app — helps search and matching.
Sign in to suggest a name.
Packaging Notes
All-in-one JavaScript runtime with built-in bundler, transpiler, task runner, and npm client