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 1.7.0 to 1.7.1

2

lib/index.js

@@ -467,2 +467,2 @@ var _class, _temp;

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

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

"dependencies": {
"@uppy/utils": "^3.2.4",
"@uppy/utils": "^3.2.5",
"exifr": "^5.0.2",

@@ -33,3 +33,3 @@ "math-log2": "^1.0.1"

},
"gitHead": "84f7b4d37daa4c1dc98138a169189412af2ae498"
"gitHead": "3ff9ab042f3d22c8efd528de91b4179b0cc4b909"
}

@@ -6,4 +6,8 @@ import Uppy = require('@uppy/core')

interface ThumbnailGeneratorOptions extends Uppy.PluginOptions {
thumbnailWidth?: number
locale?: ThumbnailGeneratorLocale
thumbnailWidth?: number,
thumbnailHeight?: number,
thumbnailType?: string,
waitForThumbnailsBeforeUpload?: boolean,
lazy?: boolean,
locale?: ThumbnailGeneratorLocale,
}

@@ -10,0 +14,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