Comparing version 0.9.3 to 0.9.4
@@ -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 <marcus.farkas@spaceteam.at> | ||
Copyright (c) 2013 Marcus Farkas <marcus.farkas@spaceteam.at> | ||
@@ -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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
14184
233
108
1