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

appsflyer-capacitor-plugin

Package Overview
Dependencies
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appsflyer-capacitor-plugin - npm Package Compare versions

Comparing version 6.5.2 to 6.8.0-rc1

9

CHANGELOG.md
# Release Notes
### 6.8.0-rc1
Release date: *2022-July-20*
- Updated AppsFlyer Android SDK to v6.8.0
- Updated AppsFlyer iOS SDK to v6.8.0
**Overview and Highlights:**
- Capacitor >> update SDKs versions
- Capacitor >> readme >> add AD_ID docs
- Capacitor >> Android >> add `setDisableNetworkData` API
### 6.5.2

@@ -3,0 +12,0 @@ Release date: *2022-February-07*

@@ -156,2 +156,8 @@ import type { PluginListenerHandle } from "@capacitor/core";

logInvite(data: AFLogInvite): Promise<AFRes>;
/**
* Use to opt-out of collecting the network operator name (carrier) and sim operator name from the device.
*
* @param disable Defaults to false
*/
setDisableNetworkData(disable: AFDisable): Promise<void>;
}

4

package.json
{
"name": "appsflyer-capacitor-plugin",
"version": "6.5.2",
"iosSdkVersion": "6.5.2",
"version": "6.8.0-rc1",
"iosSdkVersion": "6.8.0",
"description": "AppsFlyer SDK plugin for Capacitor",

@@ -6,0 +6,0 @@ "main": "dist/plugin.cjs.js",

@@ -18,3 +18,3 @@ <img src="https://raw.githubusercontent.com/AppsFlyerSDK/appsflyer-capacitor-plugin/main/assets/AFLogo_primary.png" width="600" >

- Android AppsFlyer SDK **6.5.2️**
- iOS AppsFlyer SDK **6.5.2️**
- iOS AppsFlyer SDK **6.8.0️**

@@ -21,0 +21,0 @@ <!---

@@ -242,3 +242,10 @@ import type {PluginListenerHandle} from "@capacitor/core";

logInvite(data : AFLogInvite): Promise<AFRes>;
/**
* Use to opt-out of collecting the network operator name (carrier) and sim operator name from the device.
*
* @param disable Defaults to false
*/
setDisableNetworkData(disable : AFDisable): Promise<void>;
}

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

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