react-native-appsflyer
Advanced tools
Comparing version 1.1.6 to 1.1.7
{ | ||
"name": "react-native-appsflyer", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "React Native Appsflyer plugin", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -221,3 +221,3 @@ | ||
##### <a id="trackEvent"> **`appsFlyer.trackEvent(eventName, eventValues, errorC, successC): void`** | ||
##### <a id="trackEvent"> **`appsFlyer.trackEvent(eventName, eventValues, successC, errorC): void`** | ||
@@ -246,3 +246,3 @@ | ||
appsFlyer.trackEvent(eventName, eventValues, errorC, successC) => { | ||
appsFlyer.trackEvent(eventName, eventValues, successC, errorC) => { | ||
(result) => { | ||
@@ -249,0 +249,0 @@ //... |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
235839
29
1