left-padnpm
abandoned
Archived, deprecated/yanked, or silent for 2+ years.
npm deprecation notice: use String.prototype.padStart()
Suggested alternative
String.prototype.padStart (built-in)
native string padding makes the dependency unnecessary.
Migration
str.padStart(5, '0') // native, replaces leftPad(str,5,'0'); no dependency needed
Repository: git+ssh://git@github.com/stevemao/left-pad.git
checked 2026-05-15T18:15:20.273Z · sources: registry=true github=true osv=true
JSON: /api/verdict?ecosystem=npm&package=left-pad