websanova/js-url
url() - A simple, lightweight url parser for JavaScript observed · 2026-08-28
Health v2 · maintenance only
38/100
- Activity 33
- Release rhythm 8
- Longevity 100
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: 5058
- days_rel: n/a
- days_push: 405
- n_releases_24m: 0
Adoption not part of the score
1921 stars · 199 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A simple, lightweight JavaScript URL parser that breaks URLs into components like protocol, host, path, and query parameters. Available on NPM and as a jQuery plugin, it has been maintained since 2011.
Use cases
- parse a url into its parts in javascript
- get query string parameters from a url
- extract the hostname or path from a url
- manipulate url components in the browser
- lightweight url parsing without a big dependency
When to choose
- you need a tiny, dependency-free URL parser for browser or Node
- you want a simple API for reading and modifying URL parts
- you're maintaining a legacy jQuery-based project
When to avoid
- you need WHATWG-compliant URL handling (use the native URL API)
- you need advanced features like IDN or punycode handling
- you want an actively developed library with frequent updates
Facets
library · maturity maintenance
parser developer-tools web-development developer-tools apis browser cross-platform url-parser javascript lightweight query-string jquery-plugin nodejs
4 sources
- readme: https://github.com/websanova/js-url · fetched 2026-08-28 · 12fee69d9a44
- homepage: http://www.websanova.com · fetched 2026-08-29 · 3776ff69a5db
- site_page: https://www.websanova.com/about · fetched 2026-08-29 · bb7a3bef4ae1
- site_page: https://www.websanova.com/docs · fetched 2026-08-29 · 39d78b5b008e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| websanova/js-url | main | 38 |
For agents
markdown · JSON · MCP: product_card(name="websanova/js-url")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem