freshdeps_
~ / npm / bluebird
bluebirdnpm
stale
No meaningful activity in 1–2 years.
✓ freshdeps checked bluebird live against npm, GitHub & OSV on Jun 16, 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
3.7.2
Last release
6.6y ago
Last commit
20mo ago
Known CVEs (OSV)
0
Deprecated
no
Repo archived
no
Suggested alternative
native Promises
bluebird is unmaintained (last release 2019); native V8 Promises are now faster and standard.
Migration
Promise.promisify(fn) -> require('util').promisify(fn); Promise.map(arr,fn) -> Promise.all(arr.map(fn)); drop the dependency
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 bluebird is a dead end before they install it.

freshdeps badge for bluebird

Markdown
[![freshdeps](https://freshdeps.vercel.app/badge/npm/bluebird.svg)](https://freshdeps.vercel.app/npm/bluebird?ref=badge)
HTML
<a href="https://freshdeps.vercel.app/npm/bluebird?ref=badge"><img src="https://freshdeps.vercel.app/badge/npm/bluebird.svg" alt="freshdeps: bluebird"></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-16T09:21:29.079Z · sources: registry=true github=true osv=true