PureDevTools

package.json Diff

Compare two package.json files to see dependency changes and version bumps

All processing happens in your browser. No data is sent to any server.
12 changes detected
dependencies
changedaxios^1.4.0 -> ^1.6.0
removedlodash^4.17.21
changedreact^18.2.0 -> ^19.0.0
changedreact-dom^18.2.0 -> ^19.0.0
addedzod^3.22.0
devDependencies
addedeslint^8.55.0
changedtypescript^5.1.0 -> ^5.3.0
changedvite^4.4.0 -> ^5.0.0
changedvitest^0.34.0 -> ^1.0.0
Other Fields
changeddescription
- "My awesome application"
+ "My awesome application - v2"
changedscripts
- { "dev": "vite", "build": "vite build", "test": "vitest" }
+ { "dev": "vite", "build": "tsc && vite build", "test": "vitest", "lint": "eslint src/" }
changedversion
- "1.2.0"
+ "2.0.0"

Why This Tool

When reviewing PRs or upgrading dependencies, you need to quickly see what changed in package.json — new packages, removed packages, version bumps. This tool highlights exactly those changes in a clear diff view.

How It Works

Paste two package.json files into the left and right panels. The tool parses both and highlights dependency additions, removals, and version changes with color-coded output.

Related Tools

More JavaScript Tools