New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 3.0.1 to 3.0.2

5

CHANGELOG.md

@@ -0,1 +1,6 @@

## 3.0.2 (April 2nd, 2018)
* Update dependencies.
* Rebuild browser build (not in npm).
## 3.0.1 (December 14th, 2017)

@@ -2,0 +7,0 @@

30

package.json
{
"name": "avatar-initials",
"version": "3.0.1",
"version": "3.0.2",
"description": "JavaScript library for showing Gravatars or generating user avatars from initials.",

@@ -41,3 +41,3 @@ "author": "Matthew Callis <matthew.callis@gmail.com>",

"devDependencies": {
"ava": "^0.24.0",
"ava": "^0.25.0",
"babel-cli": "^6.24.1",

@@ -48,22 +48,23 @@ "babel-plugin-external-helpers": "^6.22.0",

"babel-register": "^6.24.1",
"browser-env": "^3.2.4",
"browser-env": "^3.2.5",
"canvas-prebuilt": "^1.6.5-prerelease.1",
"codeclimate-test-reporter": "^0.5.0",
"coveralls": "^3.0.0",
"eslint": "^4.13.1",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-ava": "^4.4.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-ava": "^4.5.1",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-no-inferred-method-name": "^1.0.2",
"eslint-plugin-react": "^7.5.1",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-xss": "^0.1.9",
"nock": "^9.1.4",
"leakage": "^0.3.0",
"nock": "^9.2.3",
"npm-bump": "^0.0.23",
"nyc": "^11.3.0",
"nyc": "^11.6.0",
"precommit-hook-eslint": "^3.0.0",
"rollup": "^0.52.1",
"rollup-plugin-babel": "^3.0.2",
"rollup": "^0.57.1",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-json": "^2.1.1",
"sinon": "^2.1.0"
"sinon": "^4.5.0"
},

@@ -86,3 +87,3 @@ "directories": {},

"test-watch": "npm test -- --watch",
"test": "NODE_ENV=test nyc ava",
"test": "NODE_ENV=test nyc ava --serial",
"validate": "npm ls"

@@ -113,4 +114,3 @@ },

"include": [
"src/**/*.js",
"build/**/*.js"
"build/avatar.js"
]

@@ -117,0 +117,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