
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
@magmacomputing/tempo-plugin-ticker
Advanced tools
Tempo plugin that provides a high-performance continuous execution loop (Ticker) based on temporal mathematics.
This is a Community plugin for the Tempo library that provides a high-performance continuous execution loop (Ticker) based on temporal mathematics.
👉 View the full documentation on our GitHub Pages
npm install @magmacomputing/tempo-plugin-ticker
import { Tempo } from '@magmacomputing/tempo';
import { TickerPlugin } from '@magmacomputing/tempo-plugin-ticker';
Tempo.init({
extends: [TickerPlugin]
});
// You can now access Ticker-based execution loops through the Tempo API:
const ticker = Tempo.ticker({ seconds: 1 }, (t, stop) => {
console.log('Tick:', t.format('isoTime'));
});
For full API reference, advanced options, and detailed usage patterns, please visit the official 📖 Ticker Plugin Documentation.
This is a Community plugin. It is completely free and open-source for personal and commercial use under the MIT license.
FAQs
Tempo plugin that provides a high-performance continuous execution loop (Ticker) based on temporal mathematics.
We found that @magmacomputing/tempo-plugin-ticker demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.