New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More โ†’
Socket
Sign inDemoInstall
Socket

react-native-appsflyer

Package Overview
Dependencies
Maintainers
3
Versions
122
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 6.2.30 to 6.2.31

5

CHANGELOG.md
# Versions
## 6.2.31
- Update readme for iOS 14.5
- Send a session manually on launch (Android)
- Add 'isDeferred' boolean in onDeepLinking
## 6.2.30

@@ -3,0 +8,0 @@ - iOS SDK 6.2.3

2

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

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

@@ -112,4 +112,4 @@

Initialize the SDK to enable AppsFlyer to detect installations, sessions (app opens) and updates.
Initialize the SDK to enable AppsFlyer to detect installations, sessions (app opens) and updates.<br>
NOTE! for iOS 14.5, we use `timeToWaitForATTUserAuthorization` parameter. please read more [Here](https://support.appsflyer.com/hc/en-us/articles/207032066-iOS-SDK-V6-X-integration-guide-for-developers#additional-apis-configuring-app-tracking-transparency-att-support)
```javascript

@@ -127,2 +127,3 @@ import React, {Component} from 'react';

onDeepLinkListener: true, //Optional
timeToWaitForATTUserAuthorization: 10 //for iOS 14.5
},

@@ -145,2 +146,3 @@ (result) => {

|onDeepLinkListener| Set listener for DDL response (Optional. default=false) |
|timeToWaitForATTUserAuthorization| Time for the sdk to wait before launch. please read more [Here](https://support.appsflyer.com/hc/en-us/articles/207032066-iOS-SDK-V6-X-integration-guide-for-developers#additional-apis-configuring-app-tracking-transparency-att-support) |

@@ -147,0 +149,0 @@

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