Socket
Socket
Sign inDemoInstall

@uppy/file-input

Package Overview
Dependencies
Maintainers
6
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/file-input - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

2

lib/FileInput.js

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

const packageJson = {
"version": "3.0.3"
"version": "3.0.4"
};

@@ -8,0 +8,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": "3.0.3",
"version": "3.0.4",
"license": "MIT",

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

"dependencies": {
"@uppy/utils": "^5.4.3",
"@uppy/utils": "^5.5.2",
"preact": "^10.5.13"
},
"peerDependencies": {
"@uppy/core": "^3.4.0"
"@uppy/core": "^3.6.0"
}
}

@@ -5,6 +5,6 @@ import type { PluginTarget, UIPlugin, UIPluginOptions } from '@uppy/core'

export interface FileInputOptions extends UIPluginOptions {
target?: PluginTarget
pretty?: boolean
inputName?: string
locale?: FileInputLocale
target?: PluginTarget
pretty?: boolean
inputName?: string
locale?: FileInputLocale
}

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