
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
@n8n/tournament
Advanced tools
Tournament is an output-compatible rewrite of riot-tmpl for template expression evaluation.
pnpm add @n8n/tournament
riot-tmpl expressionsimport { Tournament } from '@n8n/tournament';
const tournament = new Tournament();
// simple expressions
tournament.execute('{{ 1 + 2 }}', {}); // 3
// with data context
tournament.execute('{{ user.name }}', { user: { name: 'John' } }); // 'John'
// template strings
tournament.execute('{{ `Hello ${user.name}!` }}', { user: { name: 'John' } }); // 'Hello John!'
// error handling
const tournament = new Tournament((error) => {
console.error('Expression error:', error);
});
To release, update the version in package.json and run:
npm version {version}
npm publish
You will need permissions to publish via n8n's npm org.
FAQs
Output compatible rewrite of riot tmpl
The npm package @n8n/tournament receives a total of 210,023 weekly downloads. As such, @n8n/tournament popularity was classified as popular.
We found that @n8n/tournament demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.