@superhuman/push-receiver
Advanced tools
+1
-1
| { | ||
| "name": "@superhuman/push-receiver", | ||
| "version": "1.1.13", | ||
| "version": "1.1.14", | ||
| "description": "A module to subscribe to GCM/FCM and receive notifications within a node process.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
+5
-2
@@ -55,2 +55,6 @@ const EventEmitter = require('events'); | ||
| getPersistentIds() { | ||
| return this._persistentIds | ||
| } | ||
| async _checkIn() { | ||
@@ -185,7 +189,6 @@ return checkIn(this._credentials.gcm.androidId, this._credentials.gcm.securityToken); | ||
| this.emit('ON_NOTIFICATION_RECEIVED', { | ||
| client: this, | ||
| notification : message, | ||
| // Needs to be saved by the client | ||
| persistentId : object.persistentId, | ||
| }); | ||
| } | ||
| }; |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
875
0.23%113540
0