web-namespaces is a small ESM-only package that provides a map of web namespace names to their corresponding namespace URLs (for example, html, svg, xlink). It is useful when you need to access XML, HTML, SVG, and related namespace URLs in your code.
Project status
- Maintenance status: Not seeing regular published updates, with the last tagged package update at v2.0.1 (2021-11-05), and only an upstream push on 2023-11-01 (suggesting some activity but no recent version cadence).
- Update cadence: After v2.0.1 (2021-11-05), there are no newer tagged updates shown up to today (2026-06-09), indicating a multi-year quiet period despite at least one later upstream commit.
AI summary generated
Recent updates
2.0.1
Release 2.0.1 is primarily a documentation and typing/tooling update (docs refresh and stricter TypeScript/type coverage enforcement). The published runtime API still exports the `webNamespaces` map, but there are some subtle code generation and typing-related changes visible in the diff.
2.0.0
Release 2.0.0 switches the package to ESM and adds published type information. It also changes the package entry point and build/test toolchain to support TypeScript-generated declarations and stricter coverage reporting.
BreakingFeatures1.1.4
Release 1.1.4 makes small documentation and build-related adjustments, plus an update to the CI Node.js version. It also changes a set of development tooling dependencies and build script entry points in package.json.
1.1.3
Release 1.1.3 is described as a small maintenance update: badges were added, URLs were switched from HTTP to HTTPS, and the LICENSE file was renamed to license. However, the code diff shows more substantial internal build and tooling changes in package.json that are not mentioned in the release notes.
Features1.1.2
Release 1.1.2 is documented only as a code-style refactor. The actual diff shows multiple build and tooling changes (scripts, CI/deployment, and dev dependency upgrades), plus a small change in the JSON serialization call when generating index.json.
1.1.1
Release 1.1.1 primarily updates the README with a new "Related" section linking to other wooorm datasets. The release notes contain only that change. The code diff also shows multiple build and CI changes that are not mentioned in the release notes.
Features1.1.0
Release 1.1.0 primarily removes index.js and performs repo cleanup. The change also modernizes tooling and CI configuration, and switches the build generation pipeline to a new script and dependencies.
Breaking1.0.0
Version 1.0.0 was published on 2016-03-19. The provided release notes contain no listed features, fixes, or changes, so there is no actionable upgrade guidance included in the notes.