1.2.0 • Published 5 years ago

express-helmet-headers v1.2.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

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
1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago

0.0.0

5 years ago

1.0.1

5 years ago