
Product
Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
jibo-analytics
Advanced tools
Basic wrapped around Google Analytics APIs. Should work for both Node and Electron apps.
npm install --save jibo-analytics
Parameter | Type | Description | Example | Optional |
---|---|---|---|---|
eventCategory | String | Category of the event | "toolbar" | false |
eventAction | String | Name of the event action | "play" | false |
extrasParameters | Object | If you want to track extra meta data for the event add the fields/values here. | {mode: "local"} | true |
Example:
import analytics from 'jibo-analytics';
analytics.init('UA-*', "<unique-user-id>");
analytics.event('toolbar', 'play', {
mode: 'local'
});
Google Hit Builder Playground. Use the following example:
v=1&t=event&tid=UA-12345678-9&cid=fa15259f-b078-466f-bf3b-ba0479b008fd&ec=toolbar&ea=play&el=local
FAQs
Simple Google Measurements Protocol client
The npm package jibo-analytics receives a total of 0 weekly downloads. As such, jibo-analytics popularity was classified as not popular.
We found that jibo-analytics 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.
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.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.