@uppy/file-input
Advanced tools
Comparing version 1.4.20 to 1.4.21
@@ -152,2 +152,2 @@ var _class, _temp; | ||
return FileInput; | ||
}(Plugin), _class.VERSION = "1.4.20", _temp); | ||
}(Plugin), _class.VERSION = "1.4.21", _temp); |
{ | ||
"name": "@uppy/file-input", | ||
"description": "Simple UI of a file input button that works with Uppy right out of the box", | ||
"version": "1.4.20", | ||
"version": "1.4.21", | ||
"license": "MIT", | ||
@@ -25,3 +25,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/utils": "^3.3.0", | ||
"@uppy/utils": "^3.3.1", | ||
"preact": "8.2.9" | ||
@@ -32,3 +32,3 @@ }, | ||
}, | ||
"gitHead": "1493a807fe83f7b465a8f7562bfb5631b1945e5b" | ||
"gitHead": "e1efe07927e7c47b94bba5540d9c0f6fd1c4c514" | ||
} |
@@ -6,3 +6,3 @@ # @uppy/file-input | ||
<a href="https://www.npmjs.com/package/@uppy/file-input"><img src="https://img.shields.io/npm/v/@uppy/file-input.svg?style=flat-square"></a> | ||
<a href="https://travis-ci.org/transloadit/uppy"><img src="https://img.shields.io/travis/transloadit/uppy/master.svg?style=flat-square" alt="Build Status"></a> | ||
<img src="https://github.com/transloadit/uppy/workflows/Tests/badge.svg" alt="CI status for Uppy tests"> <img src="https://github.com/transloadit/uppy/workflows/Companion/badge.svg" alt="CI status for Companion tests"> <img src="https://github.com/transloadit/uppy/workflows/End-to-end%20tests/badge.svg" alt="CI status for browser tests"> | ||
@@ -9,0 +9,0 @@ FileInput is the most barebones UI for selecting files—it shows a single button that, when clicked, opens up the browser’s file selector. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22322
Updated@uppy/utils@^3.3.1