From bba40b13e109ff396116278a813879527655b457 Mon Sep 17 00:00:00 2001 From: Sonu Kapoor Date: Thu, 11 Jun 2026 09:38:00 -0400 Subject: [PATCH] docs: add new capabilities to README comparison table (#609) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ef18ee44..f9f63f24 100644 --- a/README.md +++ b/README.md @@ -187,9 +187,13 @@ No other free tool combines all of the following: lockfile scanning across npm, | Free to use | ✅ | ✅ | ✅ | ❌ | ❌ | | Usage-aware reachability scanning | ✅ | ❌ | ❌ | ✅ | ⚠️ | | Direct vs transitive visibility | ✅ | ⚠️ | ✅ | ✅ | ✅ | +| Dev vs runtime dependency labelling | ✅ | ⚠️ | ❌ | ⚠️ | ❌ | | Copy-and-run fix commands | ✅ | ❌ | ❌ | ✅ | ⚠️ | | Transitive parent update guidance | ✅ | ❌ | ⚠️ | ⚠️ | ⚠️ | | Suggested remediation plan | ✅ | ❌ | ⚠️ | ✅ | ⚠️ | +| Ratcheting mode (baseline suppression) | ✅ | ❌ | ❌ | ⚠️ | ❌ | +| Interactive HTML report | ✅ | ❌ | ❌ | ✅ | ❌ | +| SARIF / GitHub Code Scanning output | ✅ | ❌ | ✅ | ✅ | ❌ | | JSON output | ✅ | ✅ | ✅ | ✅ | ✅ | | Offline/local advisory DB | ✅ | ❌ | ⚠️ | ❌ | ❌ |