🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@superhuman/push-receiver

Package Overview
Dependencies
Maintainers
7
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@superhuman/push-receiver - npm Package Compare versions

Comparing version
1.1.9
to
1.1.10
+1
-1
package.json
{
"name": "@superhuman/push-receiver",
"version": "1.1.9",
"version": "1.1.10",
"description": "A module to subscribe to GCM/FCM and receive notifications within a node process.",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -152,3 +152,3 @@ const EventEmitter = require('events');

} catch (error) {
error.metaData = {message: JSON.stringify(object)}
error.metaData = {message: JSON.stringify(object), keys: JSON.stringify(this._credentials.keys)}
throw error

@@ -155,0 +155,0 @@ }