
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
komito-analytics
Advanced tools
Komito Analytics is an enhancement for the most popular analytics software.
Komito Analytics is a free, open-source enhancement for the most popular web analytics software.
It unlocks power of digital analytics with additional insights about visitor's behavior.
For more information please visit Komito Analytics project page.
$ npm install komito-analytics
const komito = require('komito-analytics');
// The default configuration can be omitted and only changed properties can be included.
// @see https://komito.net/integration/
komito.init({
'trackTwitter': 1, // Tracks Twitter events if widget is presented on page.
'trackFacebook': 1, // Tracks Facebook events if widget is presented on page.
'trackLinkedIn': 1, // Tracks LinkedIn events if plugin is presented on page.
'trackDownloads': 1, // Tracks files download links.
'trackOutbound': 1, // Tracks outbound links.
'trackForms': 1, // Tracks forms submissions.
'trackUsers': 1, // Tracks pageviews by users logged in to social networks.
'trackActions': 1, // Tracks 'mailto', 'tel', 'sms' and 'skype' actions.
'trackPrint': 1, // Tracks page print actions.
'trackOrientation': 1, // Tracks orientation change on mobile devices.
'trackAdblock': 0, // Tracks page views with blocked ads. (Experimental)
'trackErrorPages': 0, // Tracks error pages. (Experimental)
'sendHeartbeat': 0, // Sends heartbeat event. (Default interval 30 seconds)
'debugMode': 0, // Prints all requests to console.
'trackScroll': [25, 50, 75, 100], // Tracks scroll depth.
'trackMedia': ['html5', 'vimeo', 'youtube'], // Tracks HTML5 video, audio, Vimeo and YouTube players events.
'nonInteraction': ['adblock', 'audio', 'form', 'heartbeat',
'orientation', 'print', 'scroll', 'video'] // List of non interaction events.
});
FAQs
Komito Analytics is an enhancement for the most popular analytics software.
The npm package komito-analytics receives a total of 12,677 weekly downloads. As such, komito-analytics popularity was classified as popular.
We found that komito-analytics demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.