Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.05 KB

File metadata and controls

28 lines (19 loc) · 1.05 KB

Migration Guide

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.

First Command

npm install url-paths

Migration Target

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

Compatibility Posture

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

Review Checklist

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