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

cordova-plugin-huawei-push

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-huawei-push - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "cordova-plugin-huawei-push",
"version": "1.0.1",
"version": "1.0.2",
"description": "Cordova Push Plugin",

@@ -5,0 +5,0 @@ "cordova": {

@@ -11,3 +11,3 @@ var HuaweiPush = function () { };

HuaweiPush.prototype.register = function (successCallback, errorCallback, options) {
cordova.exec(successCallback, errorCallback, "HuaweiPushPlugin", "register", [options]);
cordova.exec(successCallback, errorCallback, "HuaweiPushPlugin", "register", options);
};

@@ -21,3 +21,3 @@

HuaweiPush.prototype.onNewToken = function (successCallback, errorCallback) {
cordova.exec(successCallback, errorCallback, "HuaweiPushPlugin", "onNewToken", [options]);
cordova.exec(successCallback, errorCallback, "HuaweiPushPlugin", "onNewToken", []);
};

@@ -24,0 +24,0 @@

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