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

nativescript-push-notifications

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nativescript-push-notifications - npm Package Compare versions

Comparing version 0.0.19 to 0.1.0

platforms/android/pushplugin.aar

6

package.json
{
"name" : "nativescript-push-notifications",
"version": "0.0.19",
"version": "0.1.0",
"main" : "push-plugin.js",

@@ -12,6 +12,6 @@ "repository": {

"platforms": {
"ios": "2.3.0",
"android": "2.3.0"
"ios": "2.4.0",
"android": "2.4.1"
}
}
}

@@ -5,3 +5,2 @@ module.exports = (function () {

(function() {
//debugger;
// Hook on the application events

@@ -25,3 +24,4 @@ com.telerik.pushplugin.PushLifecycleCallbacks.registerCallbacks(app.android.nativeApp);

{
success: onSuccessCallback
success: onSuccessCallback,
error: onErrorCallback
}

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