paddle-node-sdk
paddle-node-sdk copied to clipboard
[Bug]: The punycode module is deprecated
What happened?
[Paddle] [LOG] [Request] GET https://api.paddle.com/products Transaction ID: XXX
(node:4292) [DEP0040] DeprecationWarning: The punycode
module is deprecated. Please use a userland alternative instead.
(Use node --trace-deprecation ...
to show where the warning was created)
[Paddle] [LOG] [Response] GET https://api.paddle.com/products 200 Transaction ID: XXX Request ID: XXX
Steps to reproduce
Follow the steps from this very Github repo (getProducts) and it will raise this warning.
It seems that it is not a bug (yet) but a warning.
What did you expect to happen?
I would like to have a clear console without deprecation warning.
Logs
No response