Socket
Socket
Sign inDemoInstall

@uppy/thumbnail-generator

Package Overview
Dependencies
Maintainers
6
Versions
86
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 3.0.5 to 3.0.6

2

lib/index.js

@@ -8,3 +8,3 @@ import { UIPlugin } from '@uppy/core';

const packageJson = {
"version": "3.0.5"
"version": "3.0.6"
};

@@ -11,0 +11,0 @@ /**

{
"name": "@uppy/thumbnail-generator",
"description": "Uppy plugin that generates small previews of images to show on your upload UI.",
"version": "3.0.5",
"version": "3.0.6",
"license": "MIT",

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

"dependencies": {
"@uppy/utils": "^5.5.1",
"@uppy/utils": "^5.5.2",
"exifr": "^7.0.0"

@@ -35,4 +35,4 @@ },

"peerDependencies": {
"@uppy/core": "^3.5.1"
"@uppy/core": "^3.6.0"
}
}

@@ -1,2 +0,7 @@

import type { IndexedObject, UIPlugin, UIPluginOptions, UppyFile } from '@uppy/core'
import type {
IndexedObject,
UIPlugin,
UIPluginOptions,
UppyFile,
} from '@uppy/core'

@@ -25,3 +30,3 @@ import ThumbnailGeneratorLocale from './generatedLocale'

file: UppyFile<TMeta>,
preview: string
preview: string,
) => void

@@ -28,0 +33,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