security-headers

0.2.1 • Public • Published

security-headers

Query securityheaders.io.

All credit goes to Scott Helme who created the service. If this is useful to you then please consider donating, you can find more information about that over at https://securityheaders.io/about/.

usage

const headers = require(`security-headers`)

headers(`google.com`)
.then(result => console.log(
  `Missing headers: ${result.missingHeaders}`
))
.catch(console.log)

api

headers(url[, followRedirects, hide])

  • url - <String>
  • followRedirects - <Boolean>
  • hide - <Boolean>

Readme

Keywords

none

Package Sidebar

Install

npm i security-headers

Weekly Downloads

15

Version

0.2.1

License

MIT

Unpacked Size

3.96 kB

Total Files

4

Last publish

Collaborators

  • rogerbf