lighthouse-security-audit

1.2.2 • Public • Published

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.

/lighthouse-security-audit/

    Package Sidebar

    Install

    npm i lighthouse-security-audit

    Weekly Downloads

    1

    Version

    1.2.2

    License

    Apache-2.0

    Unpacked Size

    18.8 kB

    Total Files

    19

    Last publish

    Collaborators

    • diwanp