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

@oracle/react-native-pushiomanager

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oracle/react-native-pushiomanager - npm Package Compare versions

Comparing version 6.56.3 to 6.56.4

12

index.js

@@ -684,3 +684,7 @@ /*

static setCrashLoggingEnabled(isEnabled) {
RCTPushIOManager.setCrashLoggingEnabled(isEnabled);
if (Platform.OS === 'android') {
RCTPushIOManager.setCrashLoggingEnabled(isEnabled);
} else {
console.log("API not supported");
}
}

@@ -693,3 +697,7 @@ /**

static isCrashLoggingEnabled(callback) {
RCTPushIOManager.isCrashLoggingEnabled(callback);
if (Platform.OS === 'android') {
RCTPushIOManager.isCrashLoggingEnabled(callback);
} else {
console.log("API not supported");
}
}

@@ -696,0 +704,0 @@

2

package.json
{
"name": "@oracle/react-native-pushiomanager",
"version": "6.56.3",
"version": "6.56.4",
"description": "React Native Module for Responsys Mobile SDK",

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

@@ -694,7 +694,11 @@ # React Native Module for Responsys SDK

With this release, we have made changes to our [Multiple SDK](https://docs.oracle.com/en/cloud/saas/marketing/responsys-develop-mobile/react/react-multiple-sdk.htm) guide after reports of duplicate notifications displayed due to a bug in `@react-native-firebase/messaging` plugin.
API for registration has been changed to: registerApp(enablePushNotification, useLocation, callback)
Make sure you review the updated guide as you upgrade the app to v6.56.3.
This allows your app to control when to display the push notification permission prompt on Android 13 and later devices.
Also, with this release, we have made changes to our [Multiple SDK](https://docs.oracle.com/en/cloud/saas/marketing/responsys-develop-mobile/react/react-multiple-sdk.htm) guide after reports of duplicate notifications displayed due to a bug in `@react-native-firebase/messaging` plugin.
Make sure you implement the updated guide as you upgrade to plugin v6.56.3.
### 6.52.1

@@ -701,0 +705,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

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