Back to Explore

delvedor/fast-decode-uri-component

GitHub
1 watchersOpen source

Last release:

A JavaScript utility that fast-decodes strings produced by encodeURI and encodeURIComponent. It avoids throwing on invalid escape sequences, returning null instead, and is useful when you need safe URL decoding with better performance than decodeURIComponent.

Project status

  • Maintenance status: Based on the last upstream push in 2019-10-06, this repository appears quiet or dormant rather than actively maintained as of 2026-08-12.
  • Update cadence: Updates are sparse, with a documented update in 2019-03-15 and an initial release in 2018-03-19, and no evidence of further updates after 2019.

AI summary generated

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

Recent updates

  • v1.0.1

    Release v1.0.1 makes a small internal JavaScript change by replacing `const` declarations with `var` in `index.js`. No API or decoding logic changes are shown in the diff. The release notes only mention the `const` to `var` update.

  • v1.0.0

    This release is the initial v1.0.0 launch. Release notes do not describe any features, fixes, breaking changes, or migration steps beyond the fact that it is a first release.