freshdeps_
~ / npm / left-pad
left-padnpm
abandoned
Archived, deprecated/yanked, or silent for 2+ years.
Latest version
1.3.0
Last release
8.1y ago
Last commit
7.1y ago
Known CVEs (OSV)
0
Deprecated
YES
Repo archived
YES
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
checked 2026-05-15T18:15:20.273Z · sources: registry=true github=true osv=true