freshdeps_
~ / npm / node-uuid
node-uuidnpm
abandoned
Archived, deprecated/yanked, or silent for 2+ years.
✓ freshdeps checked node-uuid live against npm, GitHub & OSV on Jun 6, 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.4.8
Last release
9.2y ago
Last commit
6.4y ago
Known CVEs (OSV)
1
Deprecated
YES
Repo archived
YES
Suggested alternative
uuid
node-uuid is deprecated; the registry redirects you to `uuid`.
Migration
npm rm node-uuid && npm i uuid; const { v4: uuidv4 } = require('uuid'); uuidv4()  // replaces require('node-uuid').v4()
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 node-uuid is a dead end before they install it.

freshdeps badge for node-uuid

Markdown
[![freshdeps](https://freshdeps.vercel.app/badge/npm/node-uuid.svg)](https://freshdeps.vercel.app/npm/node-uuid?ref=badge)
HTML
<a href="https://freshdeps.vercel.app/npm/node-uuid?ref=badge"><img src="https://freshdeps.vercel.app/badge/npm/node-uuid.svg" alt="freshdeps: node-uuid"></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-06T16:23:48.449Z · sources: registry=true github=true osv=true