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

@magmacomputing/tempo-plugin-cron

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@magmacomputing/tempo-plugin-cron

Tempo plugin that evaluates cron-strings to schedule and shift temporal dates

latest
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

Tempo Plugin

@magmacomputing/tempo-plugin-cron

A Community plugin for the Tempo library that brings robust cron-string parsing and scheduling capabilities to the Tempo engine.

Usage

import { Tempo } from '@magmacomputing/tempo';
import { CronPlugin } from '@magmacomputing/tempo-plugin-cron';

// Register the plugin (requires a valid license token)
Tempo.init({ 
  plugins: [CronPlugin()] 
});

const t = new Tempo();

// Jump to the next occurrence of 9:00 AM on weekdays (Monday-Friday)
const nextStandup = t.nextCron('0 9 * * 1-5');
console.log(nextStandup.format('{www} at {hh}:{mi}')); 

Licensing

This is a Community plugin. It is completely free and open-source for personal and commercial use. No license token is required.

FAQs

Package last updated on 07 Jul 2026

Related posts