1.2.2 • Published 4 years ago

lighthouse-security-audit v1.2.2

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
4 years ago

Lighthouse Security Audits

##Installation npm install -g lighthouse-security-audit

##Run from CLI lighthouse-security-audit <url> --options

Use in code

The extension can also be used within your code. A short example is given below. To render reports etc. it is recommended to import functionality from Lighthouse.

const run = require("lighthouse-security-audit");

(async () => {
  const results = await run(url,flags);
  console.log(results);
})();

Reference

lighthouse-security package.

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago