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
- Actively maintained: The last upstream push is 2023-11-01, but the most recent tagged updates in the provided history are 2.0.1 (2021-11-05), so active maintenance is unclear from tags alone.
- Update cadence: After 1.1.4 (2020-01-24), there were major changes in 2.0.0 (2021-03-11), a follow-up in 2.0.1 (2021-11-05), and no further tagged updates are shown since then, suggesting a slowdown.
AI summary generated Today
Recent updates
2.0.1
11/5/2021Release 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
3/11/2021Release 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
1/24/2020Release 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.