medialize/URI.js
Javascript URL mutation library observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5363
- days_rel: n/a
- days_push: 1102
- n_releases_24m: 0
Adoption not part of the score
6229 stars · 468 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
URI.js is a JavaScript library for parsing, manipulating, and normalizing URLs with a fluent, jQuery-style chaining API. It supports query string handling, relative/absolute path conversion, URI normalization, and RFC 6570 URI Templates.
Use cases
- parse and mutate URLs in JavaScript
- add or remove query string parameters from a URL
- convert relative paths to absolute URLs and vice versa
- expand URI templates with variables
- normalize messy URLs and query strings
- change hostname, TLD, directory, or file suffix of a URL
When to choose
- you need rich URL mutation beyond what the native URL API offers
- you must support older browsers lacking URL/URLSearchParams
- you need RFC 6570 URI Template expansion
- you want second-level domain (TLD/S LD) aware URL handling
When to avoid
- you only target modern browsers with native URL and URLSearchParams support
- you only need simple query string parsing
- you need an actively developed library with frequent updates
Facets
library · maturity maintenance
parser serialization developer-tools web-development developer-tools apis browser cross-platform url-manipulation uri-templates query-strings fluent-api rfc-3986 rfc-6570 javascript nodejs
2 sources
- readme: https://github.com/medialize/URI.js · fetched 2026-08-28 · 7612f0a52017
- homepage: http://medialize.github.io/URI.js/ · fetched 2026-08-29 · 4b1b8aa0df7a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| medialize/URI.js | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="medialize/URI.js")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem