New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

avatar-me

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

avatar-me - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

4

lib/AvatarMe.js

@@ -53,3 +53,3 @@ const async = require('async')

this.fetchGoogleAvatar(email, (err, googleImage) => {
if (err) nextCb(null, null)
if (err) return nextCb(null, null)
return nextCb(null, googleImage)

@@ -60,3 +60,3 @@ })

this.fethGravatarImage(email, (err, gravatarImage) => {
if (err) nextCb(null, null)
if (err) return nextCb(null, null)
return nextCb(null, gravatarImage)

@@ -63,0 +63,0 @@ })

{
"name": "avatar-me",
"version": "0.1.1",
"version": "0.1.2",
"description": "Simple node module to retrieves a user avatar given an email or a user name Edit",

@@ -5,0 +5,0 @@ "main": "index.js",

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