What is helmet?
"help secure Express/Connect apps with various HTTP headers"
helmet is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 101.2 KB on disk.
Installation Guide
# Install via NPM
npm install helmet
# Install via Yarn
yarn add helmet