avatar-initials
Advanced tools
Comparing version 1.2.0 to 1.3.0
{ | ||
"name": "avatar-initials", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "JavaScript library for showing Gravatars or generating user avatars from initials.", | ||
"author": "Matthew Callis <Matthew Callis>", | ||
"author": "Matthew Callis <matthew.callis@gmail.com>", | ||
"contributors": [ | ||
{ | ||
"name": "Matthew Callis", | ||
"email": "Matthew Callis" | ||
"email": "matthew.callis@gmail.com" | ||
} | ||
], | ||
"main": [ | ||
"./build/avatar.js", | ||
"main": "./build/avatar.js", | ||
"files": [ | ||
"./vendor/md5.js" | ||
@@ -55,10 +55,11 @@ ], | ||
"instrument": "istanbul instrument --output build-coverage build/", | ||
"coverage": "istanbul instrument --output build-coverage build/ && istanbul cover _mocha -- test/*_spec.js -R spec", | ||
"compile-tests": "coffee --compile --output test/ test/", | ||
"coverage": "istanbul instrument --output build-coverage build/ && istanbul cover _mocha -- test/*_spec.js -R spec", | ||
"coverage-report": "istanbul report --root coverage lcov", | ||
"lint": "coffeelint src/*.coffee", | ||
"make": "coffee --compile --output build/ src/*", | ||
"make": "coffee --compile --output build/ src/*.coffee", | ||
"test": "coffee --compile --output test/ test/*.coffee && ./node_modules/mocha/bin/mocha --globals md5", | ||
"test-phantomjs": "mocha-phantomjs --setting localToRemoteUrlAccessEnabled=true --setting webSecurityEnabled=false test/index.html --hooks ./phantom_hooks.js --timeout 25000" | ||
"test-phantomjs": "mocha-phantomjs --setting localToRemoteUrlAccessEnabled=true --ssl-protocol=any --setting webSecurityEnabled=false test/index.html --hooks ./phantom_hooks.js --timeout 25000" | ||
}, | ||
"github": "https://github.com/MatthewCallis/avatar" | ||
} |
@@ -40,2 +40,3 @@ # [Avatar](http://matthewcallis.github.io/avatar/) | ||
fallbackImage: '' # URL or Data URI used when no initials are provided and not using Gravatars. | ||
size: 80 # Size in pixels, fallback for hidden images and Gravatar | ||
@@ -53,3 +54,2 @@ # Initial Avatars Specific | ||
email: null # Email used for the Gravatar | ||
size: 80 # Size in pixels | ||
fallback: 'mm' # Fallback Type | ||
@@ -91,2 +91,4 @@ rating: 'x' # Gravatar Rating | ||
### v1.2.0 | ||
* OS X 10.10.2 - Chrome 41.0.2243.2 dev (64-bit) | ||
@@ -99,2 +101,9 @@ * OS X 10.10.2 - Firefox 34.0 | ||
### v1.3.0 | ||
* OS X 10.10.2 - Chrome 48.0.2541.0 dev (64-bit) | ||
* OS X 10.10.2 - Firefox 41.0.2 | ||
* OS X 10.10.2 - Safari 9.0 (11601.1.56) | ||
## Thanks | ||
@@ -101,0 +110,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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
123
0
7525
4
0
2