medium
Unusually dense code lines
dense-linesA source file has extremely long, high-entropy lines. That is normal for minified bundles but unusual for readable source — worth a glance at the file listed below.
inspo-mcp.mjs
var reference_components_default = [{ id: "banded", type: "cta", label: "Banded", macro: "Accent Band", note: "Full-bleed accent ribbon with one action. Earns its loudness by being the only one on themedium
Runs other programs
child-processThe package starts processes on your machine. Common for CLI tools, worth knowing about.
inspo-mcp.mjs · line 45613
return spawnSync(probe, [bin], { stdio: "ignore" }).status === 0;
}
function run(bin, args) {medium
Writes files in your home folder
fs-write-homeThe package writes into your home directory — often client config files. Check what it changes before installing.
inspo-mcp.mjs · line 45606
var HOME = homedir();
var IS_WIN = platform() === "win32";
function tilde(path2) {medium
Published in the last 72 hours
fresh-releaseBrand-new versions have had no time to be reviewed. Waiting a few days is cheap insurance.
2026-09-14T19:18:16.209Z