
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.
@visual-framework/vf-analytics-google
Advanced tools
Supplementary behaviour (primarily JavaScript) to ease tracking with Google Analytics.
This component will grow over time with additional event tracking behaviours.
Track dimensions:
<meta name="vf:page-type" content="category;pageTypeHere">
How to add dimension to your property?
vfGaIndicateLoaded()
Awaits and checks to see if Google Analytics client side JS has loaded. If it does, sets <body data-vf-google-analytics-loaded='true'>
vfGaIndicateUnloaded
Utility method to invalidate prior GA check <body data-vf-google-analytics-loaded='false'>
This repository is distributed with [npm][npm]. After [installing npm][install-npm], you can install vf-analytics-google
with this command.
$ yarn add --dev @visual-framework/vf-analytics-google
You should import this component in ./components/vf-component-rollup/scripts.js
or your other JS process:
import { vfGaIndicateLoaded } from 'vf-analytics-google/vf-analytics-google';
// Or import directly
// import { vfGaIndicateLoaded } from '../components/raw/vf-analytics-google/vf-analytics-google.js';
vfGaIndicateLoaded();
FAQs
vf-analytics-google component
We found that @visual-framework/vf-analytics-google demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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.
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.