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 | ✅ | ✅ | ✅ | ✅ |
| npmlock | ✅ | ✅ | ✅ | ✅ |
| pnpmlock | ✅ | ✅ | ✅ | ✅ |
| bunlock | ✅ | ✅ | ✅ | ❌ |
| packagejson | ✅ | ❌ | ❌ | ✅ |