What's New
dep-oracle fix — Auto-Fix Risky Dependencies
No more just reporting problems. Now dep-oracle can fix them.
dep-oracle fix # See what can be improved
dep-oracle fix --apply --yes # Auto-replace risky packagesScans your project, identifies packages with low trust scores or zombie status, and suggests (or installs) safer alternatives. Only "easy" drop-in replacements are auto-applied.
dep-oracle compare — Side-by-Side Comparison
dep-oracle compare express fastify
dep-oracle compare moment dayjsCompare any two packages with full trust score breakdown, metrics, zombie status, and trend direction. Winner announced.
30+ New Migration Mappings
Migration advisor now covers 161 packages with 220+ alternatives (was 131/192):
express→ hono, fastify, elysiajest→ vitestcreate-react-app→ vite, nextredux→ zustand, jotaijoi/yup→ zod, valibotstyled-components→ tailwindcss, vanilla-extracteslint/prettier→ biome, oxlintlerna→ turborepo, nxcross-env→ nativenode --env-filefs-extra→ nativenode:fs/promises
Install / Update
npm install -g dep-oracle@1.4.0
# or
npx dep-oracle@1.4.0 scanFull Changelog: v1.3.0...v1.4.0