webpack-contrib / webpack-hot-middleware

Webpack hot reloading you can attach to your own server
MIT License
2.34k stars 296 forks source link

build: Starting with Node 11, Use of the legacy url.parse() method is… #421

Closed chaxus closed 2 years ago

chaxus commented 2 years ago

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

linux-foundation-easycla[bot] commented 2 years ago

CLA Missing ID CLA Not Signed

glenjamin commented 2 years ago

Closed in favour of #411