diff --git a/README.md b/README.md index e6fb9b5..45317a0 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,16 @@ The Aikido Safe Chain wraps around the [npm cli](https://github.com/npm/cli), [n Aikido Safe Chain works on Node.js version 18 and above and supports the following package managers: -- ✅ **npm** -- ✅ **npx** -- ✅ **yarn** -- ✅ **pnpm** -- ✅ **pnpx** -- 🚧 **bun** Coming soon +- ✅ full coverage: **npm >= 10.4.0**: +- ⚠️ limited to scanning the install command arguments (broader scanning coming soon): + - **npm < 10.4.0** + - **npx** + - **yarn** + - **pnpm** + - **pnpx** +- 🚧 **bun**: coming soon + +Note on the limited support for npm < 10.4.0, npx, yarn, pnpm and pnpx: adding **full support for these package managers is a high priority**. In the meantime, we offer limited support already, which means that the Aikido Safe Chain will scan the package names passed as arguments to the install commands. However, it will not scan the full dependency tree of these packages. # Usage