Socket
Socket
Sign inDemoInstall

@uppy/react

Package Overview
Dependencies
Maintainers
8
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/react - npm Package Compare versions

Comparing version 3.0.0-beta.4 to 3.0.0

7

CHANGELOG.md
# @uppy/react
## 3.0.0
Released: 2022-08-22
Included in: Uppy v3.0.0
- @uppy/react: move `@uppy/` packages to peer dependencies (Antoine du Hamel / #4004)
## 3.0.0-beta.4

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

33

package.json
{
"name": "@uppy/react",
"description": "React component wrappers around Uppy's official UI plugins.",
"version": "3.0.0-beta.4",
"version": "3.0.0",
"license": "MIT",

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

"dependencies": {
"@uppy/dashboard": "^3.0.0-beta.4",
"@uppy/drag-drop": "^3.0.0-beta.2",
"@uppy/file-input": "^3.0.0-beta.2",
"@uppy/progress-bar": "^3.0.0-beta.2",
"@uppy/status-bar": "^3.0.0-beta.3",
"@uppy/utils": "^5.0.0-beta.1",
"@uppy/utils": "^5.0.0",
"prop-types": "^15.6.1"

@@ -39,5 +34,27 @@ },

"peerDependencies": {
"@uppy/core": "^3.0.0-beta.4",
"@uppy/core": "^3.0.0",
"@uppy/dashboard": "^3.0.0",
"@uppy/drag-drop": "^3.0.0",
"@uppy/file-input": "^3.0.0",
"@uppy/progress-bar": "^3.0.0",
"@uppy/status-bar": "^3.0.0",
"react": "^16.0.0 || ^17.0.0 || ^18.0.0"
},
"peerDependenciesMeta": {
"@uppy/dashboard": {
"optional": true
},
"@uppy/drag-drop": {
"optional": true
},
"@uppy/file-input": {
"optional": true
},
"@uppy/progress-bar": {
"optional": true
},
"@uppy/status-bar": {
"optional": true
}
}
}
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