gravatar-api
Advanced tools
Comparing version
{ | ||
"name": "gravatar-api", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "module to build image and profile urls for gravatar", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -77,4 +77,4 @@ gravatar-api | ||
email: 'test@gmail.com', | ||
type: 'json', // Defailt: json, | ||
// Available Types: 'json', 'xml', 'qr', 'php', 'vcf' | ||
type: 'json', // Default: json, | ||
// Available Types: 'json', 'xml', 'qr', 'php', 'vcf' | ||
parameters: {'callback': 'doSomething' }, //optional | ||
@@ -81,0 +81,0 @@ secure: true |
4331
0.02%