Socket
Socket
Sign inDemoInstall

fcm-push-legacy-http

Package Overview
Dependencies
2
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.3 to 1.1.4

10

lib/fcm.js

@@ -21,6 +21,6 @@ var https = require('https');

};
if (agent) {
this.fcmOptions.agent = agent;
}
if (agent) {
this.fcmOptions.agent = agent;
}
}

@@ -86,3 +86,3 @@

error = isResults[0].error;
} else {
} else {
error = data.substring(0).trim();

@@ -89,0 +89,0 @@ }

{
"name": "fcm-push-legacy-http",
"version": "1.1.3",
"version": "1.1.4",
"description": "A Node.JS simple interface to Firebase Cloud Messaging (FCM) for Android and iOS",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc