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

node-gcm

Package Overview
Dependencies
Maintainers
1
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 0.9.3 to 0.9.4

8

lib/sender.js

@@ -129,5 +129,7 @@ /*!

for (i = 0; i < registrationId.length; i += 1) {
if (result.results[i].error === 'Unavailable') {
unsentRegIds.push(registrationId[i]);
if (result) {
for (i = 0; i < registrationId.length; i += 1) {
if (result.results[i].error === 'Unavailable') {
unsentRegIds.push(registrationId[i]);
}
}

@@ -134,0 +136,0 @@ }

{
"name": "node-gcm",
"description": "a Node.JS wrapper library-port for Google Cloud Messaging for Android",
"version": "0.9.3",
"version": "0.9.4",
"author": "Marcus Farkas <marcus.farkas@spaceteam.at>",
"contributors": [
{ "name": "Marcus Farkas", "email": "marcus.farkas@spaceteam.at" },
{ "name": "monkbroc", "email": "" },
{ "name": "monkbroc", "email": "jvanier@gmail.com" },
{ "name": "zlyinfinite", "email": ""},
{ "name": "Yann Biancheri", "email": "yann.biancheri@gmail.com" },
{ "name": "Hamid Palo", "email": ""},
{ "name": "Dotan J. Nahum", "email": "jondotan@gmail.com" }
{ "name": "Hamid Palo", "email": "hamid@fogcreek.com"},
{ "name": "Dotan J. Nahum", "email": "jondotan@gmail.com" },
{ "name": "Max Rabin", "email": "rabin.max@gmail.com" },
{ "name": "Olivier Poitrey", "email": "rs@dailymotion.com" },
{ "name": "George Miroshnykov", "email": "george.miroshnykov@gmail.com" },
{ "name": "Alejandro Garcia Gil", "email": "alejandro@ideaknow.com" }
],

@@ -14,0 +18,0 @@ "repository": {

@@ -48,2 +48,9 @@ # node-gcm

## Contribute!
If you don't want to create a GitHub-Account, but still feel the urge to contribute... no problem!
Just send me an [email](mailto:marcus.farkas@spaceteam.at) with your pull request from your private repository.
Of course, you can also send me a patch directly inline your mail.
Any help is much appreciated!
## Contributors

@@ -55,2 +62,6 @@ * [monkbroc](https://github.com/monkbroc)

* [Dotan J.Nahum](https://github.com/jondot)
* [Olivier Poitrey](https://github.com/rs)
* [Max Rabin](https://github.com/maxrabin)
* [George Miroshnykov](https://github.com/laggyluke)
* [Alejandro Garcia](https://github.com/Alegege)

@@ -61,3 +72,3 @@ ## License

Copyright (c) 2012 Marcus Farkas &lt;marcus.farkas@spaceteam.at&gt;
Copyright (c) 2013 Marcus Farkas &lt;marcus.farkas@spaceteam.at&gt;

@@ -84,2 +95,7 @@ Permission is hereby granted, free of charge, to any person obtaining

## Changelog
**0.9.4:**
* fix TypeError
* updated contributors
* updated README
**0.9.3:**

@@ -91,7 +107,6 @@ * new callback-style (Please check the example above)

**0.9.2:**
* added error handler to HTTPS request to handle DNS exceptions (Thanks goes to [monkbroc](https://github.com/monkbroc))
* added error handler to HTTPS request to handle DNS exceptions
* added multicast-messaging
**0.9.1:**
* First release
* first release

Sorry, the diff of this file is not supported yet

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