Skip to content

Deprecation warning of the punycode module #1587

Closed
@ericfortis

Description

@ericfortis

Node 21.1 deprecated punycode

[DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
    at node:punycode:3:9
    at Object.<anonymous> (…/node_modules/nodemailer/lib/mime-node/index.js:7:18)

The new documentation suggests:

Users currently depending on the punycode module should switch to using the userland-provided Punycode.js module instead. For punycode-based URL encoding, see url.domainToASCII or, more generally, the WHATWG URL API.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions