-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DeprecationWarning: The punycode
module is deprecated
#96
Comments
See #95 |
I've published a fork that I intend to keep maintaining that addresses this issue: https://www.npmjs.com/package/toad-uri-js |
any update on this? |
Hi there,
https://github.com/andreinwald/uri-js-replace You can add to package.json of your project: "overrides": {
"uri-js": "npm:uri-js-replace"
} |
it only can be used in local dev environment, does it can support
it seems that |
@tianyingchun if any library has "uri-js" as direct dependency, then maintainers of that library can just replace "uri-js" to "uri-js-replace" in dependencies zone of package.json |
why |
Creator and maintainer @garycourt haven't updated it for last 3 years. That's why I ended up with the replacement. |
Made a suggestion to |
Can we update the module to replace "punycode"?
The text was updated successfully, but these errors were encountered: