freshdeps_
~ / npm / querystring
querystringnpm
abandoned
Archived, deprecated/yanked, or silent for 2+ years.
✓ freshdeps checked querystring live against npm, GitHub & OSV on Jun 15, 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
0.2.1
Last release
5.3y ago
Last commit
2.6y ago
Known CVEs (OSV)
0
Deprecated
YES
Repo archived
no
Suggested alternative
URLSearchParams (built-in)
Node's legacy querystring is deprecated; use the WHATWG URLSearchParams.
Migration
new URLSearchParams({a:'1'}).toString()  // replaces querystring.stringify; built-in, no dep
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 querystring is a dead end before they install it.

freshdeps badge for querystring

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