
Product
Rust Support Now in Beta
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
vite-plugin-fathom
Advanced tools
A small vite plugin to inject the fathom script on your html page.
Add the plugin to your vite config. The fathom site id will be loaded from the VITE_FATHOM_ID
environment variable by default.
// vite.config.js
import { defineConfig } from "vite";
import vitePluginFathom from "vite-plugin-fathom"
export default defineConfig({
plugins: [vitePluginFathom()],
});
If your want, you can specify the site ID and options:
// vite.config.js
import { defineConfig } from "vite";
import vitePluginFathom from "vite-plugin-fathom"
export default defineConfig({
plugins: [vitePluginFathom("ABCDEF", { forceEU: true })],
});
Option | Type | Default |
---|---|---|
forceEU | boolean | false |
spa | boolean or string | "auto" |
honorDNT | boolean | false |
autoTrack | boolean | false |
ignoreCanonical | boolean | false |
For an explanation of these settings, see fathom's documentation.
FAQs
Vite plugin for adding fathom
The npm package vite-plugin-fathom receives a total of 5 weekly downloads. As such, vite-plugin-fathom popularity was classified as not popular.
We found that vite-plugin-fathom 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.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.