url-paths is an independent alternative or migration helper for projects moving away from urix. It is not affiliated with the original package maintainers or project.
npm install url-paths- Source package:
urix - Replacement package:
url-paths - Source signal: npm deprecation notice points to upstream deprecation guidance
- Migration direction: Deterministic path-to-URL normalization with explicit Windows/POSIX controls.
- Preserved:
urix(path)migration alias and Windows path-to-URL slash normalization. - Improved: Explicit platform controls, forced normalization option, drive-letter handling, and typed helpers.
- Intentional difference: POSIX no-op behavior remains explicit unless forced normalization is requested.
- Replace the old dependency at one migration boundary first.
- Run the package or application test suite after the swap.
- Keep attribution accurate: this package is independent and is not an official successor to
urix.