
Security News
Re-Enabled GitHub Actions Expose Thousands of Repositories to Mini Shai-Hulud
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.
@11ty/package-bundler
Advanced tools
Internal package to build bundles (using esbuild) for use in various environments
Internal package to build Eleventy core and plugin bundles (using esbuild, with support for adapters) for use in various environments (client).
npm install @11ty/package-bundler
import bundle from "@11ty/package-bundler";
await bundle(INPUT, OUTPUT, {
name: "Eleventy Fetch",
fileSystemMode: "consume",
external: [
"fs",
"node:fs",
"node:crypto",
],
moduleRoot: ".", // root directory to resolve node_modules paths
esbuild: {}, // options passed to esbuild
});
import pkg from "../package.json" with { type: "json" };
import bundle from "@11ty/package-bundler";
await bundle(import.meta.resolve("@11ty/eleventy-fetch"), `demo/lib/eleventy-fetch.js`, {
name: "Eleventy Fetch",
});
await bundle(import.meta.resolve("@11ty/eleventy-plugin-syntaxhighlight"), `demo/lib/eleventy-plugin-syntaxhighlight.js`, {
name: "Eleventy Syntax Highlighter",
});
await bundle(import.meta.resolve("@11ty/eleventy-navigation"), `demo/lib/eleventy-navigation.js`, {
name: "Eleventy Navigation",
});
await bundle(import.meta.resolve("@11ty/eleventy-plugin-rss"), `demo/lib/eleventy-plugin-rss.js`, {
name: "Eleventy RSS",
});
await bundle(import.meta.resolve("@11ty/eleventy-img"), `demo/lib/eleventy-img.js`, {
name: "Eleventy Image",
});
FAQs
Internal package to build bundles (using esbuild) for use in various environments
The npm package @11ty/package-bundler receives a total of 435 weekly downloads. As such, @11ty/package-bundler popularity was classified as not popular.
We found that @11ty/package-bundler demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.

Research
/Security News
The compromise affects MemTensor's MemOS, an open source memory framework for large language models (LLMs) and AI agents. Both npm package @memtensor/memos-cloud-openclaw-plugin and the PyPI package MemoryOS are compromised. They drop cross-platform Go binaries that exfiltrate developer secrets.