Socket
Socket
Sign inDemoInstall

nativescript-plugin-firebase-updated

Package Overview
Dependencies
35
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1810.4.0 to 1910.4.0

5

messaging/messaging.ios.js

@@ -19,2 +19,3 @@ "use strict";

var _showNotificationsWhenInForeground = false;
var _userNotificationCenterDidReceiveNotificationResponseWithCompletionHandler;
var _autoClearBadge = true;

@@ -31,2 +32,3 @@ var _resolveWhenDidRegisterForNotifications;

_autoClearBadge = options.autoClearBadge === undefined ? _autoClearBadge : !!options.autoClearBadge;
_userNotificationCenterDidReceiveNotificationResponseWithCompletionHandler = options.userNotificationCenterDidReceiveNotificationResponseWithCompletionHandler;
if (options.onMessageReceivedCallback !== undefined) {

@@ -482,2 +484,5 @@ addOnMessageReceivedCallback(options.onMessageReceivedCallback);

}
if (_userNotificationCenterDidReceiveNotificationResponseWithCompletionHandler) {
_userNotificationCenterDidReceiveNotificationResponseWithCompletionHandler(center, response, completionHandler);
}
this.callback(response.notification, response.actionIdentifier, response.userText);

@@ -484,0 +489,0 @@ completionHandler();

2

package.json
{
"name": "nativescript-plugin-firebase-updated",
"version": "1810.4.0",
"version": "1910.4.0",
"description": "Fire. Base. Firebase!",

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

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