A web tool to analyze npm package version popularity based on download counts. This tool helps developers make informed decisions about which package versions to use in their projects.
- 📊 View download counts for all versions of any npm package
- 🔍 Filter versions using semver ranges (e.g., "^1.0.0", "~2.0.0")
- 📈 Compare version popularity through visual indicators
- 🌗 Dark/Light theme support
- Clone the repository
- Install dependencies:
npm install - Start the development server:
npm start
Visit http://localhost:3000 to view the application.
- React
- TypeScript
- Ant Design
- npm Registry API