From 8dda3190e33ed7f424e44fc5bfd65bb6449968cf Mon Sep 17 00:00:00 2001 From: Sander Declerck Date: Thu, 18 Sep 2025 09:35:02 +0200 Subject: [PATCH] Add extra note on the limited supported package managers. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 63bbaf5..45317a0 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ Aikido Safe Chain works on Node.js version 18 and above and supports the followi - **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 ## Installation