Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 792 Bytes

uri-js.md

File metadata and controls

13 lines (7 loc) · 792 Bytes

uri-js

uri-js is unmaintained and emits deprecation warnings for newer node versions. It is recommended to use a different package for RFC 3986 URI parsing.

Alternatives

uri-js-replace

uri-js-replace is a 0 dependency package that can replace the functionality of uri-js. It is designed to have the same API as uri-js, but with modernized code and no deprecation warnings.

fast-uri

fast-uri is a 0 dependency package that can replace the functionality of uri-js. It has a slightly different top-level API than uri-js, but it should be a drop-in replacement for most use cases, and is designed to be faster than uri-js.