
Research
Node.js Fixes AsyncLocalStorage Crash Bug That Could Take Down Production Servers
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.
padded-semver
Advanced tools
Convert semver to strings that sort lexiographically, in the same order as isaacs/semver compares versions.
note, if you want to use ALL the 'node-semver' features, this module has missing features, and bugs. but if you use 1.3.4, ~0.1.3 or 2.3.x ranges like a reasonable person it will be fine.
Unstable: Expect patches and features, possible api changes.
converts a regular semver version into a string that sorts the same.
var p = require('padded-semver')
p.pad('1.2.4-5-build')
=> '0001!0002!0003!0004!_build'
This now supports semver2, including the ^ "compatible" range. the compatible range is pretty silly. I wish it was what everyone thought ~ did. Instead it's another silly thing.
SemVer is too complicated.
MIT
FAQs
pad semver to make it lexiographically sortable
The npm package padded-semver receives a total of 183 weekly downloads. As such, padded-semver popularity was classified as not popular.
We found that padded-semver demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.

Research
/Security News
A malicious Chrome extension steals newly created MEXC API keys, exfiltrates them to Telegram, and enables full account takeover with trading and withdrawal rights.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.