forked from wallabyjs/esm
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I see a couple of DeprecationWarning when using this library under Node 22.
The first is The 'punycode' module is deprecated. Please use a userland alternative instead. - the node docs suggest using https://github.com/mathiasbynens/punycode.js instead.
The second is DeprecationWarning: crypto.Hash constructor is deprecated.. I suspect this is from
Line 7 in 6dcdee5
| const hash = new Hash("md5") |
const hash = createHash("md5") (docs).Metadata
Metadata
Assignees
Labels
No labels