freshdeps_
~ / npm / request-promise
request-promisenpm
abandoned
Archived, deprecated/yanked, or silent for 2+ years.
✓ freshdeps checked request-promise live against npm, GitHub & OSV on Jun 11, 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
4.2.6
Last release
5.9y ago
Last commit
2.4y ago
Known CVEs (OSV)
0
Deprecated
YES
Repo archived
no
Suggested alternative
got
request-promise is deprecated (it extends the dead request package).
Migration
npm rm request-promise && npm i got; const got = require('got'); const body = await got(url).text()  // replaces rp(url)
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 request-promise is a dead end before they install it.

freshdeps badge for request-promise

Markdown
[![freshdeps](https://freshdeps.vercel.app/badge/npm/request-promise.svg)](https://freshdeps.vercel.app/npm/request-promise?ref=badge)
HTML
<a href="https://freshdeps.vercel.app/npm/request-promise?ref=badge"><img src="https://freshdeps.vercel.app/badge/npm/request-promise.svg" alt="freshdeps: request-promise"></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-11T17:13:05.416Z · sources: registry=true github=true osv=true