Security News
CISA Brings KEV Data to GitHub
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
Measure frontend performance against a budget using lovely charts in a browser
yarn add aerate
or npm i aerate
const aerate = require('aerate');
aerate({
key: 'YOUR_API_KEY',
tests: [
{
name: 'Four Kitchens',
url: 'http://fourkitchens.com/', // Or use relative urls for local tests
type: 'homepage'
}
]
});
"scripts": {
"aerate": "node aerate.js" (or whatever file you're using locally)
}
npm run aerate
or yarn aerate
{
"TTFB": { // WPT Statistic name
"name": "First Byte", // Readable Name presented on UI
"description": "Time to First Byte is measured as the time from the start of the initial navigation until the first byte of the base page is received by the browser (after following redirects).",
"value": "300" // Budgeted Value
}
}
See /docs/stats.md
for the list of available budget statistics
key
: REQUIRED API Keytests
: REQUIRED tests to runconnection
: OPTIONAL defaults to 'Mobile LTE'count
: OPTIONAL how many tests to run (WebPageTest.org supports up to 9)ui
: OPTIONAL open Aerate UI in browser vs. console (defaults to false)localPort
: OPTIONAL for local testing, enter your environment portyarn
to install dependenciesgulp
(opens up the UI with fake data populated from mapper/fake-results.json
)PostCSS usage: If you would like any new PostCSS plugins installed, the steps are as follows:
npm install --save-dev PLUGIN_NAME
FAQs
Measure frontend performance against a budget using lovely charts in a browser
The npm package aerate receives a total of 8 weekly downloads. As such, aerate popularity was classified as not popular.
We found that aerate 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.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
Security News
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.