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 2.2.0 to 2.2.1

7

CHANGELOG.md
# @uppy/react
## 2.2.1
Released: 2022-05-30
Included in: Uppy v2.11.0
- @uppy/angular,@uppy/audio,@uppy/aws-s3-multipart,@uppy/aws-s3,@uppy/box,@uppy/core,@uppy/dashboard,@uppy/drag-drop,@uppy/dropbox,@uppy/facebook,@uppy/file-input,@uppy/form,@uppy/golden-retriever,@uppy/google-drive,@uppy/image-editor,@uppy/informer,@uppy/instagram,@uppy/onedrive,@uppy/progress-bar,@uppy/react,@uppy/redux-dev-tools,@uppy/robodog,@uppy/screen-capture,@uppy/status-bar,@uppy/store-default,@uppy/store-redux,@uppy/thumbnail-generator,@uppy/transloadit,@uppy/tus,@uppy/unsplash,@uppy/url,@uppy/vue,@uppy/webcam,@uppy/xhr-upload,@uppy/zoom: doc: update bundler recommendation (Antoine du Hamel / #3763)
## 2.2.0

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

16

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

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

"dependencies": {
"@uppy/dashboard": "^2.2.0",
"@uppy/drag-drop": "^2.1.0",
"@uppy/file-input": "^2.1.0",
"@uppy/progress-bar": "^2.1.0",
"@uppy/status-bar": "^2.2.0",
"@uppy/utils": "^4.0.7",
"@uppy/dashboard": "^2.3.0",
"@uppy/drag-drop": "^2.1.1",
"@uppy/file-input": "^2.1.1",
"@uppy/progress-bar": "^2.1.1",
"@uppy/status-bar": "^2.2.1",
"@uppy/utils": "^4.1.0",
"prop-types": "^15.6.1"

@@ -39,5 +39,5 @@ },

"peerDependencies": {
"@uppy/core": "^2.2.0",
"@uppy/core": "^2.3.0",
"react": "^16.0.0 || ^17.0.0 || ^18.0.0"
}
}

@@ -47,4 +47,2 @@ # @uppy/react

We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).
Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.

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