
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
@mastra/temporal
Advanced tools
Affected versions:
Mastra Temporal workflows integration - run Mastra workflows on the Temporal durable execution platform
Run Mastra workflows on Temporal with a workflow authoring API that stays close to standard Mastra workflows.
Experimental:
@mastra/temporalis under active development and is not ready for production use yet.
npm install @mastra/temporal
import { NativeConnection, Worker } from '@temporalio/worker';
import { MastraPlugin } from '@mastra/temporal/worker';
const connection = await NativeConnection.connect({
address: 'localhost:7233',
});
const plugin = new MastraPlugin(import.meta.resolve('./mastra/index.ts'));
const worker = await Worker.create({
connection,
namespace: 'default',
taskQueue: 'mastra',
plugins: [plugin],
});
await worker.run();
See the package changelog for version history and release notes.
We have an open community Discord. Come and say hello and let us know if you have any questions or need any help getting things running.
FAQs
Mastra Temporal workflows integration - run Mastra workflows on the Temporal durable execution platform
The npm package @mastra/temporal receives a total of 3,413 weekly downloads. As such, @mastra/temporal popularity was classified as popular.
We found that @mastra/temporal demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 open source maintainers 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.