freshdeps_
~ / npm / left-pad
left-padnpm
abandoned
Archived, deprecated/yanked, or silent for 2+ years.
✓ freshdeps checked left-pad live against npm, GitHub & OSV on Jun 28, 2026 — but it goes stale again.
Install the MCP so your AI agent checks freshness before it recommends a dependency:
claude mcp add freshdeps -- npx -y github:SolvoHQ/freshdeps-mcp
One line. Works in Claude Code / Cursor / any MCP client (or paste the JSON config). Zero npm account needed.
Latest version
1.3.0
Last release
8.2y ago
Last commit
7.2y 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
Embed this freshdeps badge in your README. It reads the same hand-verified migration corpus this page does — so it tells anyone who lands on your repo whether left-pad is a dead end before they install it.

freshdeps badge for left-pad

Markdown
[![freshdeps](https://freshdeps.vercel.app/badge/npm/left-pad.svg)](https://freshdeps.vercel.app/npm/left-pad?ref=badge)
HTML
<a href="https://freshdeps.vercel.app/npm/left-pad?ref=badge"><img src="https://freshdeps.vercel.app/badge/npm/left-pad.svg" alt="freshdeps: left-pad"></a>
The badge links back here with an independent ?ref=badge tag.
// support

This migration corpus is hand-verified and free — support keeping it that way.

checked 2026-06-28T20:09:46.978Z · sources: registry=true github=true osv=true