NodeJS Analysis
February 20, 2026 ยท View on GitHub
The nodejs buildtool ecosystem consists of four major toolchains: the npm cli, pnpm, yarn, and bun.
| Strategy | Direct Deps | Transitive Deps | Edges | Container Scanning |
|---|---|---|---|---|
| yarnlock | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| npmlock | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| pnpmlock | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| bunlock | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: |
| packagejson | :white_check_mark: | :x: | :x: | :white_check_mark: |