Back to Explore

wooorm/web-namespaces

GitHub
1 watchersOpen source

Last release:

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

  • Active maintenance: Likely not actively maintained in the usual “frequent releases” sense, because the newest published updates in the evidence are from 2021-11-05 (2.0.1), with no later version listed, despite an upstream GitHub push on 2023-11-01.
  • Update cadence: The evidence shows long gaps between versions (roughly 2016 to 2021), and from 2021-11-05 to today (2026-09-10) there are no shown published updates, suggesting a maintenance-mode or dormant period.

AI summary generated

AI-generated from public sources. May be inaccurate. Report

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.

    BreakingFeatures
  • 1.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.

    Features
  • 1.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.

    Features
  • 1.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.

    Breaking
  • 1.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.