helmetjs / helmet

Help secure Express apps with various HTTP headers

Home Page:https://helmetjs.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drop support for end-of-life Node versions

EvanHahn opened this issue · comments

Helmet currently supports Node 12, but that version is no longer supported by the Node team.

In the next major version of Helmet (and not sooner!), we should drop support for old versions.

See the Node.js release schedule for more details.

Done in the v6 branch. See #370 for more details.