
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
@magmacomputing/tempo-plugin-cron
Advanced tools
Tempo plugin that evaluates cron-strings to schedule and shift temporal dates
A Community plugin for the Tempo library that brings robust cron-string parsing and scheduling capabilities to the Tempo engine.
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}'));
This is a Community plugin. It is completely free and open-source for personal and commercial use. No license token is required.
FAQs
Tempo plugin that evaluates cron-strings to schedule and shift temporal dates
We found that @magmacomputing/tempo-plugin-cron 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.