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

react-native-appsflyer

Package Overview
Dependencies
Maintainers
2
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-appsflyer - npm Package Compare versions

Comparing version 5.1.0 to 5.1.1

yarn.lock

4

CHANGELOG.md
# Versions
## 5.1.1
Added setDeviceTrackingDisabled api
## 5.1.0

@@ -4,0 +8,0 @@

@@ -305,2 +305,13 @@ import { NativeEventEmitter, NativeModules } from "react-native";

/**
* Anonymize user Data.
* Use this API during the SDK Initialization to explicitly anonymize a user's installs, events and sessions.
* Default is false
* @param isDeviceTrackingDisabled boolean
* @param successC success callback function.
*/
appsFlyer.setDeviceTrackingDisabled = (isDeviceTrackingDisabled, successC) => {
return RNAppsFlyer.setDeviceTrackingDisabled(isDeviceTrackingDisabled, successC);
};
function AFParseJSONException(_message, _data) {

@@ -312,2 +323,3 @@ this.message = _message;

export default appsFlyer;

2

package.json
{
"name": "react-native-appsflyer",
"version": "5.1.0",
"version": "5.1.1",
"description": "React Native Appsflyer plugin",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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