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

@uppy/thumbnail-generator

Package Overview
Dependencies
Maintainers
6
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 2.0.1 to 2.0.2

3

lib/index.js

@@ -112,2 +112,3 @@ "use strict";

};
this.i18nInit();

@@ -405,2 +406,2 @@ if (this.opts.lazy && this.opts.waitForThumbnailsBeforeUpload) {

}, _class.VERSION = "2.0.1", _temp);
}, _class.VERSION = "2.0.2", _temp);
{
"name": "@uppy/thumbnail-generator",
"description": "Uppy plugin that generates small previews of images to show on your upload UI.",
"version": "2.0.1",
"version": "2.0.2",
"license": "MIT",

@@ -34,3 +34,3 @@ "main": "lib/index.js",

},
"gitHead": "d69043aacc2c9d31813e0fabc4b0ca3f4a760d2a"
"gitHead": "246eafc51a7ed6a1f534629454e1f78cd6f507c1"
}

@@ -38,2 +38,3 @@ const { UIPlugin } = require('@uppy/core')

this.opts = { ...defaultOptions, ...opts }
this.i18nInit()

@@ -40,0 +41,0 @@ if (this.opts.lazy && this.opts.waitForThumbnailsBeforeUpload) {

Sorry, the diff of this file is not supported yet

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