
Research
/Security News
10 npm Typosquatted Packages Deploy Multi-Stage Credential Harvester
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.
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 40 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.

Research
/Security News
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.