You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

@uppy/file-input

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/file-input - npm Package Compare versions

Comparing version

to
4.0.4

# @uppy/file-input
## 4.0.4
Released: 2024-12-05
Included in: Uppy v4.8.0
- @uppy/audio,@uppy/aws-s3,@uppy/box,@uppy/companion-client,@uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/drag-drop,@uppy/drop-target,@uppy/dropbox,@uppy/facebook,@uppy/file-input,@uppy/form,@uppy/golden-retriever,@uppy/google-drive,@uppy/google-photos,@uppy/image-editor,@uppy/informer,@uppy/instagram,@uppy/locales,@uppy/onedrive,@uppy/progress-bar,@uppy/provider-views,@uppy/react,@uppy/remote-sources,@uppy/screen-capture,@uppy/status-bar,@uppy/store-default,@uppy/thumbnail-generator,@uppy/transloadit,@uppy/tus,@uppy/unsplash,@uppy/url,@uppy/utils,@uppy/vue,@uppy/webcam,@uppy/xhr-upload,@uppy/zoom: cleanup tsconfig (Mikael Finstad / #5520)
## 4.0.3

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

@@ -7,3 +7,3 @@ import { h } from 'preact';

const packageJson = {
"version": "4.0.3"
"version": "4.0.4"
};

@@ -10,0 +10,0 @@ import locale from "./locale.js";

{
"name": "@uppy/file-input",
"description": "Simple UI of a file input button that works with Uppy right out of the box",
"version": "4.0.3",
"version": "4.0.4",
"license": "MIT",

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

"dependencies": {
"@uppy/utils": "^6.0.4",
"@uppy/utils": "^6.0.5",
"preact": "^10.5.13"
},
"peerDependencies": {
"@uppy/core": "^4.2.3"
"@uppy/core": "^4.3.0"
}
}