From 7ccae17473e4f57537b80ef5cc49b7325f5deed1 Mon Sep 17 00:00:00 2001 From: Sander Declerck Date: Thu, 18 Sep 2025 07:56:49 +0200 Subject: [PATCH] Better reflect how package managers are scanning in README --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e6fb9b5..63bbaf5 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,14 @@ 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 # Usage