Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@bothrs/expo-mixpanel-analytics
Advanced tools
Mixpanel integration for use with React Native apps built on Expo 39.
Mixpanel integration for use with React Native apps built on Expo.
Forked from @benawad/expo-mixpanel-analytics
to add support for Expo 39.
npm install @bothrs/expo-mixpanel-analytics --save
Your React Native app's screen resolution, app name, app ID, app version, device information and multiple other parameters will be automatically resolved and sent with each event.
import ExpoMixpanelAnalytics from '@bothrs/expo-mixpanel-analytics';
const analytics = new ExpoMixpanelAnalytics("5224da5bbbed3fdeaad0911820f1bf2x");
analytics.identify("13793");
analytics.register({ email: "bob@bob.com" }); // super props sent on every request and persisted in AsyncStorage
analytics.track("Signed Up", { "Referred By": "Friend" });
analytics.people_set({ "$first_name": "Joe", "$last_name": "Doe", "$email": "joe.doe@example.com", "$created": "2013-04-01T13:20:00", "$phone": "4805551212", "Address": "1313 Mockingbird Lane", "Birthday": "1948-01-01" });
analytics.people_set_once({ "First login date": "2013-04-01T13:20:00" });
analytics.people_unset([ "Days Overdue" ]);
analytics.people_increment({ "Coins Gathered": 12 });
analytics.people_append({ "Power Ups": "Bubble Lead" });
analytics.people_union({ "Items purchased": ["socks", "shirts"] });
analytics.people_delete_user();
analytics.reset();
FAQs
Mixpanel integration for use with React Native apps built on Expo 39.
The npm package @bothrs/expo-mixpanel-analytics receives a total of 2,247 weekly downloads. As such, @bothrs/expo-mixpanel-analytics popularity was classified as popular.
We found that @bothrs/expo-mixpanel-analytics demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.