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.

Source
npmnpm
Version
2.2.1
Version published
Weekly downloads
188
437.14%
Maintainers
1
Weekly downloads
 
Created
Source

Tempo Plugin

@magmacomputing/tempo-plugin-ticker

npm version npm peer dependency version License

This is a premium plugin for the Tempo library that provides a high-performance continuous execution loop (Ticker) based on temporal mathematics.

Installation

npm install @magmacomputing/tempo-plugin-ticker

Usage

import { Tempo } from '@magmacomputing/tempo';
import { TickerPlugin } from '@magmacomputing/tempo-plugin-ticker'; // Import may vary based on exact export

// A valid premium license token is required to use this plugin
// Pass the plugin to `Tempo.init` to ensure it registers securely alongside the license.
Tempo.init({ 
  license: 'YOUR_LICENSE_TOKEN',
  plugins: [TickerPlugin] 
});

// You can now access Ticker-based execution loops through the Tempo API.

Note: Be sure to refer to the official Tempo Plugin documentation for detailed API methods and advanced usage examples.

Keywords

tempo

FAQs

Package last updated on 08 Jul 2026

Related posts