1.0.0-y.2 • Published 4 years ago

@sstack/helmet v1.0.0-y.2

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

@sstack/helmet

Apply basic security headers according to helmet.

npm i @sstack/helmet --save

Usage

const { sstack, main } = require('sstack')
const helmet = require('@sstack/helmet')

exports.handler = sstack([
  main(event => { ... }),
  helmet()
])

License

MIT License © Eric Bailey

1.0.0-y.2

4 years ago

1.0.0-alpha.1

4 years ago

0.1.4

5 years ago

0.1.0

5 years ago

0.0.4

5 years ago

0.0.1

5 years ago