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
27
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.48.2 to 6.48.3

16

index.js

@@ -549,2 +549,18 @@ /*

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

2

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

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

@@ -255,5 +255,13 @@ # React Native Module for Responsys SDK

}
```
```
- Additional APIs (optional)
iOS Only:
- You can delay registration while app is launching or coming to foreground by implementing below API.
```
// Implement before `registerForAllRemoteNotificationTypes` calls.
PushIOManager.setDelayRegistration(true);
```
### User Identification

@@ -260,0 +268,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