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

@uppy/thumbnail-generator

Package Overview
Dependencies
Maintainers
8
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.2.1 to 2.2.2

7

CHANGELOG.md
# @uppy/thumbnail-generator
## 2.2.2
Released: 2022-09-25
Included in: Uppy v2.13.6
- @uppy/core,@uppy/dashboard,@uppy/thumbnail-generator: update definition type files for TS 4.8 compatibility (Antoine du Hamel / #4055)
## 2.2.0

@@ -4,0 +11,0 @@

2

lib/index.js

@@ -16,3 +16,3 @@ "use strict";

const packageJson = {
"version": "2.2.1"
"version": "2.2.2"
};

@@ -19,0 +19,0 @@ /**

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

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

"dependencies": {
"@uppy/utils": "^4.1.2",
"@uppy/utils": "^4.1.3",
"exifr": "^7.0.0"

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

"peerDependencies": {
"@uppy/core": "^2.3.3"
"@uppy/core": "^2.3.4"
}
}

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

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

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

export type ThumbnailGeneratedCallback<TMeta> = (
export type ThumbnailGeneratedCallback<TMeta extends IndexedObject<any>> = (
file: UppyFile<TMeta>,

@@ -26,0 +26,0 @@ preview: string

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