Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mixpanel-react-native

Package Overview
Dependencies
Maintainers
0
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mixpanel-react-native - npm Package Versions

23
6

3.0.8

Diff

Changelog

Source

v3.0.8 (2024-11-21)

Fixes

  • encodeURIComponent body JSON data #277

jaredcmixpanel
published 3.0.7 •

Changelog

Source

v3.0.7 (2024-09-26)

Fixes

  • Revert the minSDK to 21 #271
  • revert android #267

zihe.jia
published 3.0.6 •

Changelog

Source

v3.0.6 (2024-09-10)

Enhancements

  • bump iOS to 4.3.0 and Android minSDK to 23 #264
  • upgrade android sdk to 7.5.3 #263

Fixes

  • fix: opt in tracking issue during initialize #257

zihe.jia
published 3.0.5 •

Changelog

Source

v3.0.5 (2024-05-14)

Fixes

  • fix: resolve import issue for MixpanelMain #253

zihe.jia
published 3.0.4 •

Changelog

Source

v3.0.4 (2024-05-13)

Fixes

  • Improvement for supporting the custom storage #251
  • Avoid CORS errors #250

zihe.jia
published 3.0.3 •

Changelog

Source

v3.0.3 (2024-05-10)

Enhancements

  • bump iOS to 4.2.7 #249
  • Require only the used subset of AsnycStorage as custom storage #246
  • Fix CI issues for both iOS and Android and update the sample app #241
  • Version bump Android SDK to 7.5.2 #237

Fixes

  • fix: fix adapter storage jest setup #244
  • fix storage adapter info being logged on every app launch #239
  • Added null check for empty constants object incase of web #238

zihe.jia
published 3.0.2 •

Changelog

Source

v3.0.2 (2024-04-16)

Fixes

  • Avoid crash if AsyncStorage is null #235

zihe.jia
published 3.0.1 •

Changelog

Source

v3.0.1 (2024-04-11)

Fixes

  • Replace the MixpanelReactNative with mixpanelImpl and bump native versions #231

Closed issues:

  • Expo managed workflow support #82
  • Feature request: Support react-native-web #24

zihe.jia
published 3.0.0 •

Changelog

Source

v3.0.0 (2024-04-09)

This is the official release for Expo and React Native Web support. For more details, please refer to the release notes for versions 3.0.0-beta.2 and 3.0.0-beta.1.

Enhancements

  • bump ios version to 4.2.4 #228

zihe.jia
published 3.0.0-beta.2 •

Changelog

Source

v3.0.0-beta.2 (2024-03-06)

Enhancements

  • Add support to use custom storage instead of @react-native-async-storage/async-storage.(https://github.com/mixpanel/mixpanel-react-native/pull/225) When JavaScript mode is enabled, Mixpanel utilizes AsyncStorage to persist data. If you prefer not to use it, or if AsyncStorage is unavailable in your target environment, you can import or define a different storage class. However, it must follow the same interface as AsyncStorage The following example demonstrates how to use a custom storage solution:
const MyAsyncStorage = require("@my-org/<library-path>/AsyncStorage"); // or your own storage class
const trackAutomaticEvents = false;
const useNative = false;
const mixpanel = new Mixpanel('YOUR_TOKEN', trackAutomaticEvents, useNative, MyAsyncStorage);
mixpanel.init();

Fixes

  • Make optOutTracking and optInTracking consistent with the native SDK.(https://github.com/mixpanel/mixpanel-react-native/pull/225)

23
6
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc