home / tag / versioning
Versioning in NPM
Versioning in NPM
Mar 24, 2024
3 min read
1 charts

NPM stands for Node Package Manager. It is the largest package registry in the world. It contains hundreds of thousands of packages uploaded to it.

versioningnpmjavascript
Semantic Versioning (SemVer)
Semantic Versioning (SemVer)
Mar 17, 2024
4 min read
1 charts

It was introduced in 2009 by Tom Preston Werner, co founder of a GitHub. It was designed to provide a clear and universal way to mark software updates. There was a convention,...

versioningbreaking-changes