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

canvacord

Package Overview
Dependencies
Maintainers
1
Versions
244
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

canvacord - npm Package Compare versions

Comparing version 3.0.8 to 3.0.9

2

package.json
{
"name": "canvacord",
"version": "3.0.8",
"version": "3.0.9",
"description": "Simple & easy to use image manipulation module for discord bots with a lot of features like rank card, memes & more...",

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

@@ -628,3 +628,3 @@ /**

ctx.font = `36px ${font}`;
ctx.fillStyle = color || 'rgba(255, 255, 255, 0.4)';
ctx.fillStyle = 'rgba(255, 255, 255, 0.4)';
ctx.textAlign = 'center';

@@ -631,0 +631,0 @@ if (discrim) ctx.fillText(`#${discrim}`, ctx.measureText(name).width + 20 + 335, 164);

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