Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
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 9,553 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
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.