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

react-native-appsflyer

Package Overview
Dependencies
Maintainers
1
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 1.0.10 to 1.0.11

2

index.js

@@ -14,3 +14,3 @@

console.log("initSdk: " + eventsMap['onInstallConversionData']);
// console.log("initSdk: " + eventsMap['onInstallConversionData']);

@@ -17,0 +17,0 @@ options.onInstallConversionDataListener = (eventsMap['onInstallConversionData']) ? true: false;

{
"name": "react-native-appsflyer",
"version": "1.0.10",
"version": "1.0.11",
"description": "React Native Appsflyer plugin",

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

@@ -31,4 +31,4 @@

- iOS AppsFlyerSDK **v4.5.12**
- Android AppsFlyerSDK **v4.6.1**
- iOS AppsFlyerSDK **v4.6.3**
- Android AppsFlyerSDK **v4.6.5**

@@ -154,9 +154,10 @@ ## <a id="installation"> Installation

appsFlyer.initSdk(options, (error, result) => {
if (error) {
console.error(error);
} else {
//..
}
})
appsFlyer.initSdk(options,
(result) => {
console.log(result)
},
(error) => {
console.error(error);
}
)
```

@@ -163,0 +164,0 @@

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