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

avatar-initials

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

avatar-initials - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

17

package.json
{
"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 @@

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