Starting with Node 11, Use of the legacy url.parse() method is discouraged. Users should use the WHATWG URL API. Because the url.parse() method uses a lenient, non-standard algorithm for parsing URL strings, security issues can be introduced.So I tried to make compatibility changes.
:x: The commit (4d6ebc2aa284fafe0a3c5f430ba931ab9ee3f012). This user is missing the User's ID, preventing the EasyCLA check. Consult GitHub Help to resolve.For further assistance with EasyCLA, please submit a support request ticket.
This PR contains a:
Motivation / Use-Case
Starting with Node 11, Use of the legacy url.parse() method is discouraged. Users should use the WHATWG URL API. Because the url.parse() method uses a lenient, non-standard algorithm for parsing URL strings, security issues can be introduced.So I tried to make compatibility changes.
Breaking Changes
None
Additional Info
None