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

canvacord

Package Overview
Dependencies
Maintainers
5
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 5.4.7 to 5.4.8

2

package.json
{
"name": "canvacord",
"version": "5.4.7",
"version": "5.4.8",
"description": "Powerful image manipulation package for beginners.",

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

@@ -560,3 +560,3 @@ const Canvas = require("@napi-rs/canvas");

if (this.data.progressBar.bar.type === "gradient") {
let gradientContext = ctx.createRadialGradient(this._calculateProgress, 0, 500, 0);
let gradientContext = ctx.createRadialGradient(this._calculateProgress, 0, 500, 0, 0, 0);
this.data.progressBar.bar.color.forEach((color, index) => {

@@ -563,0 +563,0 @@ gradientContext.addColorStop(index, color);

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