freshdeps_
~ / npm / enzyme
enzymenpm
slowing
Some activity, but cadence has dropped (6–12 months).
✓ freshdeps checked enzyme 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.11.0
Last release
6.5y ago
Last commit
8mo ago
Known CVEs (OSV)
0
Deprecated
no
Repo archived
no
Suggested alternative
@testing-library/react
enzyme is abandoned (last release 2019; no React 18/19 adapter ever shipped).
Migration
npm rm enzyme enzyme-adapter-react-16 && npm i -D @testing-library/react; replace shallow(<C/>) / wrapper.find('.x') with render(<C/>) + screen.getByRole/getByText
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 enzyme is a dead end before they install it.

freshdeps badge for enzyme

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