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.2 to 5.4.3

2

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

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

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

if (rx <= 0) return 1;
if (cx > rx) return this.data.progressBar.width;
if (cx > rx) return parseInt(this.data.progressBar.width) || 0;
let width = (cx * 615) / rx;
if (width > this.data.progressBar.width) width = this.data.progressBar.width;
return width;
return parseInt(width) || 0;
}

@@ -636,0 +636,0 @@

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