Analyzing npm Package Version Numbers with a Bun Script
2025-09-15
This Bun script analyzes npm package version numbers. It fetches all package IDs from the npm replicate API and then retrieves version information for each package from the npm registry API. The script calculates the total number of versions and the largest number within the version numbers for each package, filtering out known problematic packages. It then outputs lists of packages with the most versions and the largest numbers in their versions. This helps identify patterns and potential issues in npm package version management.
Read more
Development
version numbers