Skip to content

v1.4.0 — Fix Command, Compare CLI, 30+ Migration Mappings

Latest

Choose a tag to compare

@ertugrulakben ertugrulakben released this 13 Mar 23:36

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 packages

Scans 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 dayjs

Compare 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, elysia
  • jest → vitest
  • create-react-app → vite, next
  • redux → zustand, jotai
  • joi / yup → zod, valibot
  • styled-components → tailwindcss, vanilla-extract
  • eslint / prettier → biome, oxlint
  • lerna → turborepo, nx
  • cross-env → native node --env-file
  • fs-extra → native node:fs/promises

Install / Update

npm install -g dep-oracle@1.4.0
# or
npx dep-oracle@1.4.0 scan

Full Changelog: v1.3.0...v1.4.0