-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Description
While reading the Postman JavaScript reference I discovered that Postman uses the deprecated punycode
module.
https://nodejs.org/api/punycode.html:
The version of the punycode module bundled in Node.js is being deprecated. In a future major version of Node.js this module will be removed. Users currently depending on the
punycode
module should switch to using the userland-provided Punycode.js module instead. For punycode-based URL encoding, seeurl.domainToASCII
or, more generally, the WHATWG URL API.
It doesn't seem to be too much effort to fix, yet it has to be done across multiple affected repositories:
https://github.com/search?q=org%3Apostmanlabs+punycode&type=Code
Metadata
Metadata
Assignees
Labels
No labels