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

fcmlly

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fcmlly - npm Package Compare versions

Comparing version 1.6.0 to 2.0.0

2

app.js

@@ -40,3 +40,3 @@ const unirest = require('unirest');

unirest
.get(GOOGLE_FCM_SUBSCRIBE_ENDPOINT + token + "/rel/topics/" + topic)
.post(GOOGLE_FCM_SUBSCRIBE_ENDPOINT + token + "/rel/topics/" + topic)
.headers({'Authorization': `key=${ this.APIKey }`})

@@ -43,0 +43,0 @@ .then((response) => {

{
"name": "fcmlly",
"version": "1.6.0",
"version": "2.0.0",
"description": "An integration for Google FCM and Node.js",

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

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