@uppy/file-input
Advanced tools
Comparing version 3.1.0 to 4.0.0-beta.1
@@ -7,6 +7,5 @@ import { h } from 'preact'; | ||
const packageJson = { | ||
"version": "3.1.0" | ||
"version": "4.0.0-beta.1" | ||
}; | ||
import locale from "./locale.js"; | ||
// Default options, must be kept in sync with @uppy/react/src/FileInput.js. | ||
const defaultOptions = { | ||
@@ -13,0 +12,0 @@ pretty: true, |
{ | ||
"name": "@uppy/file-input", | ||
"description": "Simple UI of a file input button that works with Uppy right out of the box", | ||
"version": "3.1.0", | ||
"version": "4.0.0-beta.1", | ||
"license": "MIT", | ||
@@ -9,3 +9,2 @@ "main": "lib/index.js", | ||
"type": "module", | ||
"types": "types/index.d.ts", | ||
"keywords": [ | ||
@@ -27,8 +26,9 @@ "file uploader", | ||
"dependencies": { | ||
"@uppy/utils": "^5.7.4", | ||
"@uppy/utils": "^6.0.0-beta.1", | ||
"preact": "^10.5.13" | ||
}, | ||
"peerDependencies": { | ||
"@uppy/core": "^3.9.3" | ||
} | ||
"@uppy/core": "^4.0.0-beta.1" | ||
}, | ||
"stableVersion": "3.1.0" | ||
} |
export { default } from './FileInput.tsx' | ||
export type { FileInputOptions } from './FileInput.tsx' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
24983
22
294
0
1
+ Added@uppy/core@4.2.3(transitive)
+ Added@uppy/store-default@4.1.1(transitive)
+ Added@uppy/utils@6.0.4(transitive)
+ Addednanoid@5.0.8(transitive)
- Removed@uppy/core@3.13.1(transitive)
- Removed@uppy/store-default@3.2.2(transitive)
- Removed@uppy/utils@5.9.0(transitive)
- Removednanoid@4.0.2(transitive)
Updated@uppy/utils@^6.0.0-beta.1