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

node-gcm

Package Overview
Dependencies
Maintainers
3
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-gcm - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

4

package.json
{
"name": "node-gcm",
"description": "Easy interface for Google's Cloud Messaging service (now Firebase Cloud Messaging)",
"version": "1.1.3",
"version": "1.1.4",
"author": "Marcus Farkas <toothlessgear@finitebox.com>",

@@ -73,3 +73,3 @@ "contributors": [

"dependencies": {
"axios": "~1.6.0",
"axios": "~1.6.8",
"debug": "^3.1.0",

@@ -76,0 +76,0 @@ "lodash": "^4.17.21"

@@ -6,2 +6,8 @@ # node-gcm

**Note:** This package will stop working on June 21st, 2024, as it depends on the [Legacy FCM API](https://firebase.google.com/docs/cloud-messaging/migrate-v1). We urge you to migrate to another library that supports the FCM HTTP v1 API before the June 20th deadline, such as:
1. [firebase-admin](https://www.npmjs.com/package/firebase-admin) (official library)
2. [fcm-v1-http2](https://www.npmjs.com/package/fcm-v1-http2) (if scale and throughput are important to your sending requirements)
----
The goal of this project is providing the best and most easily used interface for Firebase Cloud Messaging. (The name `gcm` comes from the older name for the service, Google Cloud Messaging.)

@@ -8,0 +14,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