All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Investigating npm Packages with the Largest Version Numbers

By

genshii

8mo ago· 11 min readenInsight

Summary

The author investigates which npm package has the largest version number after noticing the AWS SDK for JavaScript at version 3.888.0. The article details their exploration of the npm registry to find packages with extremely high version numbers, examining major, minor, and patch versions across all packages. It reveals surprising findings about version numbering practices in the JavaScript ecosystem and discusses the implications of such large version numbers.

Key quotes

· 4 pulled
I noticed that the version of that dependency was v3.888.0. Eight hundred eighty eight. That's a big number as far as versions go.
I wonder what package in the npm registry has the largest number in its version.
It could be a major, minor, or patch version, and it doesn't have to be the latest version of the package.
I spent way too much time on this
Snippet from the RSS feed
I spent way too much time on this

You might also wanna read