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

canvas-utilities

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

canvas-utilities - npm Package Compare versions

Comparing version 2.0.1 to 2.1.0

2

lib/pixel-sorter.js

@@ -97,3 +97,3 @@ // Adapted from https://github.com/Larixk/sort

// How big is the image?
var width = this._width * this._scale;
var width = this._width * this._scale;
var height = this._height * this._scale;

@@ -100,0 +100,0 @@

{
"name": "canvas-utilities",
"version": "2.0.1",
"version": "2.1.0",
"description": "Utilities for use with node-canvas or the browser's <canvas> element.",

@@ -10,9 +10,9 @@ "main": "canvas-utilities.js",

"author": "Beau Gunderson <beau@beaugunderson.com>",
"license": "BSD",
"license": "BSD-2-Clause",
"dependencies": {
"canvas": "git+https://github.com/Automattic/node-canvas.git",
"lodash": "^2.4.1",
"onecolor": "^2.4.2",
"canvas": "^1.2.3",
"lodash": "^3.9.3",
"onecolor": "^2.5.0",
"poisson-disc-sampler": "^1.0.0",
"victor": "^0.2.5"
"victor": "^0.2.6"
},

@@ -19,0 +19,0 @@ "browser": {

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