request-promise-modern

JSON →
library 0.1.0 ·javascript
verified Jun 7, 2026

request-promise-modern is a promise-first migration helper for the deprecated request-promise package. Version 0.1.0 wraps the native fetch API (Node >=18) to provide familiar promise-returning HTTP request methods with support for resolveWithFullResponse behavior. It ships TypeScript types, has zero runtime dependencies, and is released sporadically on GitHub. Key differentiator: bridges the gap for codebases migrating from request-promise without switching to a new API paradigm, while being lightweight and modern.