
Research
/Security News
Popular Go Decimal Library Targeted by Long-Running Typosquat with DNS Backdoor
A long-running Go typosquat impersonated the popular shopspring/decimal library and used DNS TXT records to execute commands.
@site-index/vite-plugin
Advanced tools
Vite integration layer for site-index serve and build pipelines.
npm install -D @site-index/vite-plugin
Requirements:
>=22vite ^8.0.10Use this package when your project already uses Vite and you want sitemap and robots.txt artifacts handled during dev and build.
export { siteIndexBuildPlugin } from "./domains/build/build.plugin.js";
export { siteIndexServePlugin } from "./domains/serve/serve.plugin.js";
export { siteIndexPlugin } from "./main.js";
Recommended default:
siteIndexPlugin(options): Vite.Plugin[]Lower-level exports:
siteIndexBuildPlugin(options): Vite.PluginsiteIndexServePlugin(options): Vite.PluginOptions:
type Options = Pick<CoreOptions, "siteUrl" | "extensions">;
siteIndexPlugin(options) returns:
siteIndexServePlugin(options)siteIndexBuildPlugin(options)Serve plugin:
configureServer/sitemap.xml/sitemap-<name>.xml/robots.txtHEAD requests@site-index/observabilityBuild plugin:
buildStartgenerateBundlecloseBundle@site-index/observabilityimport { defineConfig } from "vite";
import { siteIndexPlugin } from "@site-index/vite-plugin";
export default defineConfig({
plugins: [
siteIndexPlugin({
siteUrl: "https://example.com",
}),
],
});
FAQs
Vite integration layer for site-index serve/build pipelines.
The npm package @site-index/vite-plugin receives a total of 0 weekly downloads. As such, @site-index/vite-plugin popularity was classified as not popular.
We found that @site-index/vite-plugin 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.

Research
/Security News
A long-running Go typosquat impersonated the popular shopspring/decimal library and used DNS TXT records to execute commands.

Research
Active npm supply chain attack compromises @antv packages in a fast-moving malicious publish wave tied to Mini Shai-Hulud.

Security News
/Research
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.