remusao/tldts

tldts-utils uses deprecated node punycode module

isaacl opened this issue · 1 comments

isaacl commented

replace import in parser.ts with

import { toASCII } from 'punycode/';

and add punycode to dependencies!

Hey,

Thanks for reaching out. Here is the fix: #1887