unshiftio/url-parse
Small footprint URL parser that works seamlessly across Node.js and browser environments. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4342
- days_rel: n/a
- days_push: 1337
- n_releases_24m: 0
Adoption not part of the score
1034 stars · 112 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A small-footprint URL parser library for JavaScript that works in both Node.js and browser environments, exposing both Node's url-style API and the WHATWG URL interface. It also bundles a querystring module for parsing and stringifying query strings.
Use cases
- parse urls into components in node and the browser
- parse relative urls against a base url
- extract query string parameters from a url
- stringify query objects into query strings
- parse urls in web workers without DOM access
- keep bundle size small when parsing urls client-side
When to choose
- you need a tiny isomorphic URL parser for legacy environments lacking the WHATWG URL API
- you need Node-style url.parse output in the browser
- you need bundled querystring parsing/stringifying
When to avoid
- you target modern Node.js or browsers where the native URL interface is available (the README recommends using it instead)
- you need maximum security and accuracy in URL parsing
- you need active development or new features
Facets
library · maturity maintenance
parser serialization web-development developer-tools apis browser cross-platform url-parsing querystring uri small-footprint isomorphic nodejs javascript
3 sources
- readme: https://github.com/unshiftio/url-parse · fetched 2026-08-28 · 37ac8788a302
- homepage: http://unshift.io · fetched 2026-08-29 · 539e0d1684af
- registry_npm: https://registry.npmjs.org/url-parse · fetched 2026-08-29 · 5ffe9bc5f9b3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| unshiftio/url-parse | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="unshiftio/url-parse")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem