
Security News
Feross on TBPN: Socket's Series C and the State of Software Supply Chain Security
Feross Aboukhadijeh joins TBPN to discuss Socket's $60M Series C, 500%+ ARR growth, AI's impact on open source, and the rise in supply chain attacks.
CLI for creating site-index modules and generating/checking sitemap and robots.txt artifacts.
npm install -D site-index
Requirements:
>=22Use site-index when you want command-line workflows for:
*.site-index.* modules@site-index/vite-plugin for Vite-native integration.@site-index/core for custom programmatic pipelines.--quiet: suppress informational output--verbose: enable verbose loggingmakesite-index make <filePath> [--format <format>] [--force]
Behavior:
--format ts--format esmts--force is used<name>.site-index.ts<name>.site-index.mjsbuildsite-index build --site-url <url> [--root <path>] [--out <dir>] [--config <path>]
Behavior:
--out (default: dist)--site-url--site-url as a valid URL--out resolves within --root--config is provided--root defaults to current working directory--config must resolve within --rootchecksite-index check --site-url <url> [--root <path>] [--config <path>]
Behavior:
--site-url--config is provided--root defaults to current working directory--config must resolve within --rootnpx site-index make src/pages.site-index.ts --format ts
npx site-index make src/pages.site-index.mjs --format esm
npx site-index build --site-url https://example.com
npx site-index check --site-url https://example.com
Local monorepo development:
npm run cli -- build --site-url https://example.com
site-index is the user-facing CLI package built on:
FAQs
CLI for generating sitemap and robots.txt artifacts from site-index modules.
The npm package site-index receives a total of 26 weekly downloads. As such, site-index popularity was classified as not popular.
We found that site-index demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Security News
Feross Aboukhadijeh joins TBPN to discuss Socket's $60M Series C, 500%+ ARR growth, AI's impact on open source, and the rise in supply chain attacks.

Security News
OSV withdrew 157 OSV malware reports after automated false positives incorrectly flagged trusted npm and PyPI packages, sending bad records into tools that rely on OSV data.

Research
/Security News
TrapDoor crypto stealer hits 36 malicious packages across npm, PyPI, and Crates.io, targeting crypto, DeFi, AI, and security developers.