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

push-receiver

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

push-receiver - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

package.json
{
"name": "push-receiver",
"version": "2.0.0",
"version": "2.0.1",
"description":

@@ -5,0 +5,0 @@ "A module to subscribe to GCM/FCM and receive notifications within a node process.",

@@ -9,2 +9,7 @@ const path = require('path');

// Hack to fix PHONE_REGISTRATION_ERROR #17 when bundled with webpack
// https://github.com/dcodeIO/protobuf.js#browserify-integration
protobuf.util.Long = Long
protobuf.configure()
const serverKey = toBase64(Buffer.from(fcmKey));

@@ -11,0 +16,0 @@

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