garycourt / uri-js

An RFC 3986 compliant, scheme extendable URI parsing/validating/normalizing/resolving library for JavaScript
Other
305 stars 69 forks source link

Replacement for this library (punycode solved) #97

Open andreinwald opened 4 months ago

andreinwald commented 4 months ago

Hi there, I created a replacement for library uri-js

https://github.com/andreinwald/uri-js-replace

You can add to package.json of your project:

"overrides": {
    "uri-js": "npm:uri-js-replace"
}
jebarpg commented 4 months ago

When will this be merged and released?

lorezyra commented 4 months ago

I second @jebarpg 's question: Why can't this be merged into this repo? It will be a pain to convince all the projects that depend on this library to move to another repo.

Perhaps one of the other contributors can approve the PR?

Reference

andreinwald commented 4 months ago

@lorezyra @jebarpg looks like only @garycourt has access to do that. But he wasn't online (repo activity) for last 3 years ...

SamMousa commented 3 months ago

According to the puny code userland implementation, you only need to change the import: image

Also as soon as the module is actually removed it'll automatically resolve the userland module... So really this deprecation warning can be ignored.