freshdeps_
~ / npm / request
requestnpm
abandoned
Archived, deprecated/yanked, or silent for 2+ years.
Latest version
2.88.2
Last release
6.3y ago
Last commit
21mo ago
Known CVEs (OSV)
2
Deprecated
YES
Repo archived
no
Suggested alternative
got
request is fully deprecated (no longer maintained since 2020).
Migration
const got = require('got'); const body = await got(url).text();  // replaces request(url, cb); npm i got
checked 2026-05-15T18:15:20.266Z · sources: registry=true github=true osv=true