New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@magmacomputing/tempo-plugin-ticker

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@magmacomputing/tempo-plugin-ticker

Tempo plugin that provides a high-performance continuous execution loop (Ticker) based on temporal mathematics.

latest
Source
npmnpm
Version
2.5.0
Version published
Maintainers
1
Created
Source

Tempo Plugin

@magmacomputing/tempo-plugin-ticker

npm version npm peer dependency version License TypeScript Ready Documentation

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

Installation

npm install @magmacomputing/tempo-plugin-ticker

Usage

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'));
});

Documentation

For full API reference, advanced options, and detailed usage patterns, please visit the official 📖 Ticker Plugin Documentation.

Licensing

This is a Community plugin. It is completely free and open-source for personal and commercial use under the MIT license.

Keywords

tempo

FAQs

Package last updated on 18 Sep 2026

Related posts