
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
ima-plugin-analytic
Advanced tools
This is the abstract analytic plugin for the IMA.js application. You can find the IMA.js skeleton application at https://github.com/seznam/IMA.js-skeleton or visit our site imajs.io.
npm install ima-plugin-analytic --save
// /app/build.js
var vendors = {
common: [
'ima-plugin-analytic'
]
};
/*
Now is the analytic plugin available as:
import { events as AnalyticEvents, AbstractAnalytic } from 'ima-plugin-analytic';
*/
The createGlobalDefinition method is renamed to _createGlobalDefinition and set as protected. LOAD event is fired only once.
Since version 1.0 all analytics implement deferred loading of analytic scripts. Initialization was splitted into 2 methods.
init() - initializes global variables that mock analytic before it's loaded. This method should be called as soon as possible in your loading sequace.load() - actually loads the analytic script and executes every hit that has been made until this method call. This method should be called at the end of your loading sequence.FAQs
Seznam IMA.js abstract analytic plugin
The npm package ima-plugin-analytic receives a total of 8 weekly downloads. As such, ima-plugin-analytic popularity was classified as not popular.
We found that ima-plugin-analytic 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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.