
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
famous-lagometer
Advanced tools
Lagometer for famo.us showing the FPS, animation-frames times and script times
Lagometer for famo.us showing the FPS, animation-frames times and script times.

Install using bower or npm:
bower install famous-lagometer
npm install famous-lagometer
Create lagometer:
var Lagometer = require('famous-lagometer/Lagometer');
var modifier = new Modifier({
size: [100, 100],
align: [1.0, 0.0],
origin: [1.0, 0.0],
transform: Transform.translate(-10, 10, 0)
});
var lagometer = new Lagometer({
size: modifier.getSize() // required
});
this.add(modifier).add(lagometer);
Options that you can configure through the constructor:
{
size: [100, 100], // size, required!
drawFrequency: 2, // by default 2 times per second
min: 0, // minimum scale
max: 34, // max scale
backgroundColor: 'rgba(200, 0, 0, 0.8)',
borderColor: 'rgba(255, 0, 0, 0.8)',
textColor: 'rgba(255, 255, 255, 0.8)',
font: '28px Arial',
frameColor: '#00FF00',
scriptColor: '#BBBBFF'
};
If you like this project and want to support it, show some love and give it a star.
© 2014/2015 - Hein Rutjes
FAQs
Lagometer for famo.us showing the FPS, animation-frames times and script times
We found that famous-lagometer 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
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.