Socket
Socket
Sign inDemoInstall

apptentive-cordova

Package Overview
Dependencies
11
Maintainers
8
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.8.4 to 6.0.0

src/ios/ApptentiveKit.xcframework/Info.plist

7

CHANGELOG.md

@@ -6,4 +6,9 @@ # Apptentive Cordova Changelog

- [Android Changelog](https://github.com/apptentive/apptentive-android/blob/master/CHANGELOG.md)
- [iOS Changelog](https://github.com/apptentive/apptentive-ios/blob/master/CHANGELOG.md)
- [iOS Changelog](https://github.com/apptentive/apptentive-kit-ios/blob/master/CHANGELOG.md)
# 2022-06-21 - v6.0.0
- Apptentive Android SDK: 5.8.3
- Apptentive iOS SDK: 6.0.0
# 2022-04-13 - v5.8.4

@@ -10,0 +15,0 @@

2

package.json
{
"name": "apptentive-cordova",
"version": "5.8.4",
"version": "6.0.0",
"description": "Apptentive Plugin For Cordova",

@@ -5,0 +5,0 @@ "cordova": {

@@ -15,3 +15,3 @@ var Apptentive = {

Apptentive.initialized = true;
cordova.exec(successCallback, errorCallback, "ApptentiveBridge", "execute", ["deviceReady"]);
cordova.exec(successCallback, errorCallback, "ApptentiveBridge", "execute", ["deviceReady", "info"]);
},

@@ -25,2 +25,8 @@

registerWithLogs: function (successCallback, errorCallback, loglevel) {
console.log("Apptentive.registerWithLogs()");
Apptentive.initialized = true;
cordova.exec(successCallback, errorCallback, "ApptentiveBridge", "execute", ["deviceReady", loglevel]);
},
engage: function (successCallback, errorCallback, eventName, customData) {

@@ -27,0 +33,0 @@ if (customData) {

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc