
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@codechecks/lighthouse-keeper
Advanced tools
Keep an eye on Google Lighthouse score changes 💡👀
npm install --save-dev @codechecks/lighthouse-keeper
Are you new to codechecks? Check out getting started guide (it's simple)!
Add to your codechecks.yml file:
checks:
- name: lighthouse-keeper
options:
# just provide path to your build
buildPath: ./build
# or full url
# url: https://google.com
# you can specify minScores and automatically fail builds
minScores:
performance: 90
# ...
interface Options {
url?: string;
buildPath?: string;
minScores?: Dictionary<number>;
}
optional string
Provide URL that lighthouse will be ran against. url OR buildPath MUST be
provided.
optional string
Provide relative path to directory with build. It will be served using
http-server package and lighthouse will be ran against it. url OR buildPath MUST be provided.
optional Dictionary of numbers
Provide minimal scores for each metric. Possible keys are:
All contributions are welcomed. Read more in CONTRIBUTING.md
MIT @ codechecks.io
Thanks go to @andreasonny83 for his support and creating the lighthouse-ci
FAQs
Keep an eye on Google Lighthouse score changes
The npm package @codechecks/lighthouse-keeper receives a total of 4 weekly downloads. As such, @codechecks/lighthouse-keeper popularity was classified as not popular.
We found that @codechecks/lighthouse-keeper demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.