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 4.0.0-beta.4 to 4.0.0

2

lib/index.d.ts
import { UIPlugin, Uppy, type UIPluginOptions } from '@uppy/core';
import type { DefinePluginOpts } from '@uppy/core/lib/BasePlugin';
import type { DefinePluginOpts } from '@uppy/core/lib/BasePlugin.js';
import type { Body, Meta, UppyFile } from '@uppy/utils/lib/UppyFile';

@@ -4,0 +4,0 @@ declare module '@uppy/core' {

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

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

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

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

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

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

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

"peerDependencies": {
"@uppy/core": "^4.0.0-beta.5"
},
"stableVersion": "3.1.0"
"@uppy/core": "^4.0.0"
}
}

@@ -9,3 +9,3 @@ import { UIPlugin, Uppy, type UIPluginOptions } from '@uppy/core'

import type { DefinePluginOpts } from '@uppy/core/lib/BasePlugin'
import type { DefinePluginOpts } from '@uppy/core/lib/BasePlugin.js'
import type { Body, Meta, UppyFile } from '@uppy/utils/lib/UppyFile'

@@ -12,0 +12,0 @@ import locale from './locale.ts'

Sorry, the diff of this file is not supported yet

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