New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

edi-push

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edi-push - npm Package Compare versions

Comparing version 0.0.29 to 0.0.30

4

component/index.android.js

@@ -66,3 +66,4 @@ 'use strict';

function(registrationInfo) {
handler(registrationInfo.deviceToken);
console.log(registrationInfo);
handler(registrationInfo.deviceToken,registrationInfo.notificatios);
}

@@ -88,2 +89,1 @@ );

};

@@ -133,6 +133,7 @@ /**

/* Internal Functions */
Notifications._onRegister = function(token: String) {
Notifications._onRegister = function(token: String,lista:String) {
if ( this.onRegister !== false ) {
this.onRegister({
token: token,
notificatios:lista,
os: Platform.OS

@@ -147,3 +148,3 @@ });

}
if ( isFromBackground === null ) {

@@ -171,3 +172,3 @@ if ( Platform.OS === 'ios' ) {

? data.data
: {}
: {}
),

@@ -174,0 +175,0 @@ });

{
"name": "edi-push",
"version": "0.0.29",
"version": "0.0.30",
"main": "index.js",

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

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