
Research
/Security News
DuckDB npm Account Compromised in Continuing Supply Chain Attack
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
ai-renderer-maxdome
Advanced tools
[](https://travis-ci.org/dragonprojects/ai-renderer-maxdome) [](https://davi
npm i --save ai-renderer-maxdome
const renderer = require('ai-renderer-maxdome');
const string = renderer({ asset }, ['title']);
// "Criminal Minds: Beyond Borders"
const renderer = require('ai-renderer-maxdome');
const string = renderer({ asset }, ['tipOfTheDay', 'typedTitle']);
// "Tipp des Tages: Die Serie Criminal Minds: Beyond Borders"
const renderer = require('ai-renderer-maxdome');
const string = renderer({ asset, maxpert, review }, ['tipOfTheDay', 'maxpert', 'typedTitle', 'review']);
// "Tipp des Tages von Felix Böhme: Die Serie Criminal Minds: Beyond Borders, Weltweit den Tätern auf der Spur"
renderer(data, parts)
Object with the available data for the output (asset, maxpert, review).
const data = {
review: {
...,
asset: { ... },
maxpert: { ... },
},
};
const data = {
asset: { ... },
maxpert: { ... },
review: { ... },
};
Array with the enabled parts for the output. The order in the array doesn't influence the output.
title
: Title, e.g. "Criminal Minds: Beyond Borders"typedTitle
: Title prefixed with the type, e.g. "Die Serie Criminal Minds: Beyond Borders"genres
: Comma separated genres, e.g. ", Genres: Drama, Thriller"tipOfTheDay
: Prefix for the tip of the day, e.g. "Tipp des Tages: " or if maxpert is enabled "Tipp des Tages von ${maxpert}"maxpert
: Firstname and surname of the maxpert (only available with tipOfTheDay together), e.g. "Felix Böhme"review
: The headline of the review, e.g. ", Weltweit den Tätern auf der Spur"FAQs
[](https://travis-ci.org/dragonprojects/ai-renderer-maxdome) [](https://davi
The npm package ai-renderer-maxdome receives a total of 0 weekly downloads. As such, ai-renderer-maxdome popularity was classified as not popular.
We found that ai-renderer-maxdome demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.