Better reflect how package managers are scanning in README

This commit is contained in:
Sander Declerck 2025-09-18 07:56:49 +02:00
parent 846c62e4e0
commit 7ccae17473
No known key found for this signature in database

View file

@ -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: Aikido Safe Chain works on Node.js version 18 and above and supports the following package managers:
- ✅ **npm** - ✅ full coverage: **npm >= 10.4.0**:
- ✅ **npx** - ⚠️ limited to scanning the install command arguments (broader scanning coming soon):
- ✅ **yarn** - **npm < 10.4.0**
- ✅ **pnpm** - **npx**
- ✅ **pnpx** - **yarn**
- 🚧 **bun** Coming soon - **pnpm**
- **pnpx**
- 🚧 **bun**: coming soon
# Usage # Usage