Skip to content

First Release

Choose a tag to compare

@WookieFPV WookieFPV released this 17 Apr 20:07
· 157 commits to main since this release
6d49199

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

  1. Reads your package.json to get the current version
  2. fetch the latest version from npm
  3. and displays a visual diff in your browser