
Research
/Security News
PolinRider Spreads Through Compromised GitHub Accounts and Packagist
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.
analytics-plugin-trackable-min
Advanced tools
Fire events on window enter and window leave events
npm install analytics
npm install analytics-plugin-window-events
After installing the plugin, the windowLeft and windowEnter events will fire.
You can listen to these events via additional plugins or with .on & .once listeners.
import Analytics from 'analytics'
import windowEventsPlugin from 'analytics-plugin-window-events'
/* Example plugin that listener to window */
const customWindowListenerPlugin = {
NAMESPACE: 'custom-window-listener-plugin',
windowEnter: () => {
console.log('Window entered do something via plugin')
},
windowLeft: () => {
console.log('Window left do something via plugin')
}
}
const analytics = Analytics({
app: 'my-app',
plugins: [
windowEventsPlugin(),
customWindowListenerPlugin
]
})
analytics.on('windowEnter', () => {
// do stuff when visitor enters window
})
analytics.on('windowLeft', () => {
// do stuff when visitor leaves window
})
FAQs
Trackable Plugin
The npm package analytics-plugin-trackable-min receives a total of 30 weekly downloads. As such, analytics-plugin-trackable-min popularity was classified as not popular.
We found that analytics-plugin-trackable-min 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.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.

Company News
Allow myself to introduce... myself.