supertokens / supertokens-node

Node SDK for SuperTokens core
https://supertokens.com
Other
292 stars 79 forks source link

feat: replace psl deprecation warning by using tldts #930

Closed deepjyoti30-st closed 3 days ago

deepjyoti30-st commented 4 days ago

Summary of change

This PR fixes a deprecation warning regarding the punycode module which was not a direct dependency but a dependency of psl module. The psl module has the fix merged [reference PR] but has not had a release since the last 2 years (no release after the fix was merged).

This PR uses an alternative package tldts for replacing the functionality provided by the psl package.

Related issues

Test Plan

Documentation changes

(If relevant, please create a PR in our docs repo, or create a checklist here highlighting the necessary changes)

Checklist for important updates

cloudflare-workers-and-pages[bot] commented 4 days ago

Deploying supertokens-node-pr-check-for-edge-function-compat with  Cloudflare Pages  Cloudflare Pages

Latest commit: d1c5938
Status: ✅  Deploy successful!
Preview URL: https://099d9994.supertokens-node-b95.pages.dev

View logs