push-receiver
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"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 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2
183870
25
943