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

@stendahls/libravatar-server

Package Overview
Dependencies
Maintainers
3
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stendahls/libravatar-server - npm Package Compare versions

Comparing version 1.4.1 to 1.5.0

2

package.json
{
"name": "@stendahls/libravatar-server",
"version": "1.4.1",
"version": "1.5.0",
"description": "A node implementation of the Libravatar API",

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

@@ -18,3 +18,3 @@ #!/usr/bin/env node

const MIN_AVATAR_SIZE = 1;
const MAX_AVATAR_SIZE = 512;
const MAX_AVATAR_SIZE = 1024;

@@ -21,0 +21,0 @@ let defaultSize = process.env.DEFAULT_SIZE || DEFAULT_SIZE;

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