
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
๐ Focus Flick: Plug-and-play web analytics for user focus, scroll, blur, click, and behavior tracking
Track user attention like never before.
FocusFlick is a lightweight, privacy-first JavaScript SDK for capturing focus, blur, mouse activity, and session analytics in real-time.
npm install focusflick
import FocusFlick from 'focusflick';
const flick = new FocusFlick({
siteOwnerId: 'ff_yourID123', // Required
enableClicks: true, // Track click events
enableMousemove: true, // Track mouse movement
enableFocus: true // Track tab focus/blur
});
flick.init();
You can retrieve the collected session data any time:
console.log(flick.getSessionData());
click
, mousemove
, focus
, blur
, session_start
, session_end
localStorage
Don't want to install via npm?
Just use the browser version:
<script src="https://www.focusflick.xyz/focusflick.min.js"></script>
<script>
const flick = new FocusFlick({ siteOwnerId: 'ff_yourID123' });
flick.init();
</script>
FocusFlick does not fingerprint or collect personal data.
All sessions are scoped to your own site domain, and you choose how data is handled (local vs. cloud).
Need help?
Email us at support@focusflick.xyz
MIT License โ free for personal and commercial use.
FAQs
๐ Focus Flick: Plug-and-play web analytics for user focus, scroll, blur, click, and behavior tracking
We found that focusflick 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socketโs AI scanner detected the supply chain attack and flagged the malware.