Socket
Socket
Sign inDemoInstall

@uppy/thumbnail-generator

Package Overview
Dependencies
Maintainers
5
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.1.0 to 4.0.0-beta.1

lib/index.d.ts

7

CHANGELOG.md
# @uppy/thumbnail-generator
## 4.0.0-beta.1
Released: 2024-03-28
Included in: Uppy v4.0.0-beta.1
- @uppy/thumbnail-generator: migrate to TS (Merlijn Vos / #4978)
## 3.1.0

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

2

lib/index.js

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

const packageJson = {
"version": "3.1.0"
"version": "4.0.0-beta.1"
};

@@ -15,0 +15,0 @@ /**

{
"name": "@uppy/thumbnail-generator",
"description": "Uppy plugin that generates small previews of images to show on your upload UI.",
"version": "3.1.0",
"version": "4.0.0-beta.1",
"license": "MIT",
"main": "lib/index.js",
"types": "types/index.d.ts",
"type": "module",

@@ -26,3 +25,3 @@ "keywords": [

"dependencies": {
"@uppy/utils": "^5.7.5",
"@uppy/utils": "^6.0.0-beta.1",
"exifr": "^7.0.0"

@@ -35,4 +34,5 @@ },

"peerDependencies": {
"@uppy/core": "^3.10.0"
}
"@uppy/core": "^4.0.0-beta.1"
},
"stableVersion": "3.1.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