🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@datacamp/react-native-push-notification

Package Overview
Dependencies
Maintainers
38
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datacamp/react-native-push-notification - npm Package Compare versions

Comparing version

to
3.0.5

6

component/index.android.js

@@ -37,6 +37,2 @@ 'use strict';

NotificationsComponent.prototype.clearLocalNotification = function(details: Object) {
RNPushNotification.clearLocalNotification(details);
};
NotificationsComponent.prototype.cancelAllLocalNotifications = function() {

@@ -66,3 +62,3 @@ RNPushNotification.cancelAllLocalNotifications();

NotificationsComponent.prototype.checkPermissions = function(callback: Function) {
RNPushNotification.checkPermissions().then(alert => callback({ alert }));
/* Void */
};

@@ -69,0 +65,0 @@

2

package.json
{
"name": "@datacamp/react-native-push-notification",
"version": "3.0.4",
"version": "3.0.5",
"description": "React Native Local and Remote Notifications",

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

Sorry, the diff of this file is not supported yet