
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
ember-fathom
Advanced tools
Add Fathom website analytics to your Ember.js project. While Fathom provides tracking for SPA projects out of the box, it doesn't know about your Ember url structures and will track dynamic url segments as well, which will expose object ids as well as clutter your tracking database.
This addon does the setup for you and provides an easy way to add Fathom to your Ember routing structure.
ember install ember-fathom
To configure this addon, add settings to your config/environment.js
.
module.exports = function (/* environment, appConfig */) {
let ENV = {
'ember-fathom': {
// Fathom will be disabled if no siteId was provided - You can use this to enable Fathom in production only
site: 'YOUR_SITE_ID',
// optional: src provided when using the custom subdomain
src: 'https://custom.subdomain.com/script.js',
// set basic to true to enable the default Fathom SPA tracking
basic: false,
// set to true to track dynamic segments. if false, dynamic segments will be replaced by "…"
trackDetails: false,
},
};
return ENV;
};
See the Contributing guide for details.
This project is licensed under the MIT License.
FAQs
Fathom website analytics integration for Ember.js
We found that ember-fathom demonstrated a not healthy version release cadence and project activity because the last version was released 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 new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.