express-helmet-headers

1.2.0 • Public • Published

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

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i express-helmet-headers

    Weekly Downloads

    1

    Version

    1.2.0

    License

    ISC

    Unpacked Size

    37.4 kB

    Total Files

    6

    Last publish

    Collaborators

    • vishnu.dev