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

@uppy/thumbnail-generator

Package Overview
Dependencies
Maintainers
5
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/thumbnail-generator - npm Package Compare versions

Comparing version 0.27.1 to 0.27.2

3

lib/index.js

@@ -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 @@ }

9

package.json
{
"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 @@ }

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