Comparing version 1.1.3 to 1.1.4
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40873
266
Updatedaxios@~1.6.8