From ea751791437f64c8e6eacdb2cd07d5f4202d9329 Mon Sep 17 00:00:00 2001 From: Sander Declerck Date: Mon, 24 Nov 2025 15:31:26 +0100 Subject: [PATCH] Update readme to reflect our support for node 16+ and delete broken screenshot. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 17b4abc..c2ac0ad 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,7 @@ The Aikido Safe Chain **prevents developers from installing malware** on their w The Aikido Safe Chain wraps around the [npm cli](https://github.com/npm/cli), [npx](https://github.com/npm/cli/blob/latest/docs/content/commands/npx.md), [yarn](https://yarnpkg.com/), [pnpm](https://pnpm.io/), [pnpx](https://pnpm.io/cli/dlx), [bun](https://bun.sh/), [bunx](https://bun.sh/docs/cli/bunx), and [pip](https://pip.pypa.io/) to provide extra checks before installing new packages. This tool will detect when a package contains malware and prompt you to exit, preventing npm, npx, yarn, pnpm, pnpx, bun, bunx, or pip/pip3 from downloading or running the malware. -![demo](./docs/safe-package-manager-demo.png) - -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 16 and above and supports the following package managers: - ✅ **npm** - ✅ **npx**