Socket
Socket
Sign inDemoInstall

@uppy/file-input

Package Overview
Dependencies
Maintainers
8
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 2.0.6 to 2.1.0

4

lib/FileInput.js

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

const packageJson = {
"version": "2.0.6"
"version": "2.1.0"
};

@@ -86,3 +86,3 @@

return (0, _preact.h)("div", {
className: "uppy-Root uppy-FileInput-container"
className: "uppy-FileInput-container"
}, (0, _preact.h)("input", {

@@ -89,0 +89,0 @@ className: "uppy-FileInput-input",

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

@@ -30,4 +30,4 @@ "main": "lib/index.js",

"peerDependencies": {
"@uppy/core": "^2.1.9"
"@uppy/core": "^2.2.0"
}
}

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

return (
<div className="uppy-Root uppy-FileInput-container">
<div className="uppy-FileInput-container">
<input

@@ -87,0 +87,0 @@ className="uppy-FileInput-input"

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