First Release
npm-peek
A tool to visualize differences between your current npm package versions and their latest releases.
Features
- Compares installed dependency versions with latest releases
- Shows visual diffs in browser
- Works with existing package.json
- Simple command-line usage
Usage
npx npm-peek [package]How It Works
- Reads your package.json to get the current version
- fetch the latest version from npm
- and displays a visual diff in your browser