@stendahls/libravatar-server
Advanced tools
Comparing version 1.4.1 to 1.5.0
{ | ||
"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; |
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
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
18112