Changelog
Notable changes to sandboxpm, release by release. Versions follow
Semantic Versioning. The full log lives in
CHANGELOG.md.
0.1.3 — 2026-08-24
Security
nextbumped to 15.5.23, fixing several issues including an SSRF viarewritesand a Server Actions DoS in the App Router.js-yamlbumped to 4.3.1, fixing quadratic CPU consumption during YAML parsing.tarbumped to 7.5.22, fixing an uncontrolled-recursion DoS via crafted long-path tarballs.postcssbumped to 8.5.26, fixing path traversal in source-map auto-loading.sharpandprotobufjspinned to patched versions via workspace overrides.- All open Dependabot security alerts resolved;
pnpm auditis clean.
Changed
- Routine dependency maintenance across the workspace.
- CI: updated pinned action SHAs for
actions/checkout,actions/setup-node, andpnpm/action-setup.
0.1.2 — 2026-07-20
Added
- Package-risk and typosquat detection during dependency resolution, with an interactive prompt to trust or block flagged packages.
Changed
- CI now runs the end-to-end suite only on pushes to
main.
0.1.1 — 2026-07-03
Added
- This documentation site, and
LICENSEfiles for every package.
Changed
- Raised the minimum supported Node.js version to 22.
- Improved Windows symlink fallback handling in the linker.
Security
- Dependency fixes for
postcss,uuid, andprotobufjs.
0.1.0 — 2026-06-08
Added
- Initial release: content-addressable store, resolver, fetcher, linker,
script-consent prompts, Docker/Hyper-V sandbox runner, and the
sandboxpmCLI.