@uppy/thumbnail-generator
Advanced tools
Comparing version 0.27.1 to 0.27.2
@@ -110,5 +110,2 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; | ||
canvas.getContext('2d').drawImage(image, 0, 0, maxW, maxH); | ||
image.src = 'about:blank'; | ||
image.width = 1; | ||
image.height = 1; | ||
image = canvas; | ||
@@ -115,0 +112,0 @@ } |
{ | ||
"name": "@uppy/thumbnail-generator", | ||
"description": "Uppy plugin that generates small previews of images to show on your upload UI.", | ||
"version": "0.27.1", | ||
"version": "0.27.2", | ||
"license": "MIT", | ||
@@ -26,6 +26,6 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/utils": "0.27.0" | ||
"@uppy/utils": "0.27.1" | ||
}, | ||
"devDependencies": { | ||
"@uppy/core": "0.27.0", | ||
"@uppy/core": "0.27.1", | ||
"namespace-emitter": "^2.0.1" | ||
@@ -35,4 +35,3 @@ }, | ||
"@uppy/core": "^0.27.0" | ||
}, | ||
"gitHead": "6b82d12d42a0dfdd9e0677a18efcaf44c251c58c" | ||
} | ||
} |
@@ -90,5 +90,2 @@ const { Plugin } = require('@uppy/core') | ||
canvas.getContext('2d').drawImage(image, 0, 0, maxW, maxH) | ||
image.src = 'about:blank' | ||
image.width = 1 | ||
image.height = 1 | ||
image = canvas | ||
@@ -95,0 +92,0 @@ } |
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
29799
748
- Removed@uppy/utils@0.27.0(transitive)
Updated@uppy/utils@0.27.1