Reading `git diff package-lock.json` is painfully hard to read, thousands of lines of reordered keys and integrity hashes for one real change buried in there. Lockdiff parses two lockfiles and
prints just what was added, removed, or version-bumped.Currently supports uv.lock and package-lock.json.
https://github.com/Basliel25/lockdiff
Feedback welcome, especially anyone with a gnarly real-world package-lock.json that breaks it. Open for collaborations to support multiple ecosystems.