Comparing version 0.9.0 to 0.9.1
@@ -112,3 +112,3 @@ var crypto = require('crypto'), | ||
var patternHeight = params.pheight?params.pheight:16; | ||
var ceed = params.ceed?params.ceed.toString():"test"; | ||
var ceed = params.ceed?params.ceed.toString():Math.random().toString(); | ||
var fileName = params.filename?params.filename:null; | ||
@@ -115,0 +115,0 @@ var hash = { val: crypto.createHash('md5').update(ceed).digest("hex") }; |
{ | ||
"name": "avatars", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "Pixel avatar generator", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -8,10 +8,13 @@ # avatars | ||
*Some random string* (with 3 colors): | ||
![alt Some random string](http://url/to/img.png) | ||
![alt example](http://url/to/img.png) | ||
*admin* (with 2 colors): | ||
![alt admin](https://github.com/saveryanov/avatars/blob/master/examples/admin.png) | ||
![alt example](https://github.com/saveryanov/avatars/blob/master/examples/admin.png) | ||
*username* (with 2 colors): | ||
![alt Some random string](https://github.com/saveryanov/avatars/blob/master/examples/username.png) | ||
![alt example](https://github.com/saveryanov/avatars/blob/master/examples/username.png) | ||
## Install | ||
@@ -18,0 +21,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
7440
88