canvas-utilities
Advanced tools
Comparing version 2.0.1 to 2.1.0
@@ -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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Git dependency
Supply chain riskContains a dependency which resolves to a remote git URL. Dependencies fetched from git URLs are not immutable and can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
0
0
13753
+ Addedcanvas@1.6.13(transitive)
+ Addedlodash@3.10.1(transitive)
+ Addednan@2.22.0(transitive)
- Removedlodash@2.4.2(transitive)
Updatedcanvas@^1.2.3
Updatedlodash@^3.9.3
Updatedonecolor@^2.5.0
Updatedvictor@^0.2.6