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.3 to 5.4.4

1

index.js

@@ -36,2 +36,3 @@ // Created and maintained by DevAndromeda

Assets: require("./src/Assets"),
// MiScellaneous eXtensions
MSX: {

@@ -38,0 +39,0 @@ Brightness: require("./libs/Brightness"),

4

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

@@ -55,3 +55,3 @@ "main": "index.js",

"dependencies": {
"@napi-rs/canvas": "^0.1.25",
"@napi-rs/canvas": "^0.1.26",
"@skyra/gifenc": "^1.0.0",

@@ -58,0 +58,0 @@ "chalk": "^5.0.1",

@@ -18,3 +18,3 @@ [![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg)](https://vshymanskyy.github.io/StandWithUkraine)

- More than **50 methods**...? Yay! 🎉
- Built on **[@napi-rs/canvas](https://npm.im/@napi-rs/canvas)** 🔥
- Built on top of **[@napi-rs/canvas](https://npm.im/@napi-rs/canvas)** 🔥
- Object oriented 💻

@@ -21,0 +21,0 @@ - Beginner friendly 🤓

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

default:
throw new Error(`Unsupported progressbar type "${type}"!`);
throw new Error(`Unsupported progressbar type "${fillType}"!`);
}

@@ -639,2 +639,2 @@

module.exports = Rank;
module.exports = Rank;
// generated by JSDOC
declare module "canvacord" {
import Canvas from 'canvas'
import Canvas from '@napi-rs/canvas'
/**

@@ -6,0 +6,0 @@ * <p><strong>⚠ You may not instantiate Canvacord class! ⚠</strong></p>

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