express-helmet-headers

express app with helmet's security headers added

Usage no npm install needed!

<script type="module">
  import expressHelmetHeaders from 'https://cdn.skypack.dev/express-helmet-headers';
</script>

README

npm

Express-helmet-headers

Express app with essential security headers from helmetjs. its a learnig project. not for production.

Installing and using

npm i express-helmet-headers

Express app is already created in the package itself. You just need to import into your app.js and start using it.

...
const app = require('express-helmet-headers')
app.use(...)
...

Versioning

I use SemVer for versioning. For the versions available, see the tags on this repository.

License

This project is licensed under ISC

Dependencies

  • Express - Fast, unopinionated, minimalist web framework for Node.js
  • Helmet - Helmet is a collection of 13 middleware functions to help set some HTTP response headers.

Acknowledgments

  • To express and helmet