Socket
Socket
Sign inDemoInstall

cordova-plugin-fcm-ng

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-fcm-ng - npm Package Compare versions

Comparing version 4.1.3 to 4.2.0

2

package.json
{
"version": "4.1.3",
"version": "4.2.0",
"name": "cordova-plugin-fcm-ng",

@@ -4,0 +4,0 @@ "cordova_name": "Cordova FCM Push Plugin NG",

# Google Firebase Cloud Messaging Cordova Push Plugin
> Extremely easy plug&play push notification plugin for Cordova applications with Google Firebase FCM.
#### Version 4.2.0 (10/23/2019)
- Adds new functionality to clear badge of notifications.
#### Version 4.1.3 (09/02/2019)

@@ -5,0 +8,0 @@ - Fix Analytic issues on Android devices.

@@ -41,3 +41,8 @@ var exec = require('cordova/exec');

// Analytics Plugin
FCMPlugin.prototype.clearAllNotifications = function(success, error){
exec(success, error, 'FCMPlugin', 'clearAllNotifications', []);
}
// Analytics Plugin
FCMPlugin.prototype.logEvent = function(eventName, eventParams, success, error){

@@ -44,0 +49,0 @@ exec(success, error, 'FCMPlugin', 'logEvent', [eventName, eventParams || {}]);

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