Socket
Socket
Sign inDemoInstall

@uppy/react

Package Overview
Dependencies
Maintainers
5
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 0.30.2 to 0.30.3

16

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

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

"dependencies": {
"@uppy/dashboard": "^0.30.2",
"@uppy/drag-drop": "^0.30.2",
"@uppy/progress-bar": "^0.30.2",
"@uppy/status-bar": "^0.30.2",
"@uppy/utils": "^0.30.2",
"@uppy/dashboard": "0.30.3",
"@uppy/drag-drop": "0.30.3",
"@uppy/progress-bar": "0.30.3",
"@uppy/status-bar": "0.30.3",
"@uppy/utils": "0.30.3",
"prop-types": "^15.6.1"
},
"devDependencies": {
"@uppy/core": "^0.30.2"
"@uppy/core": "0.30.3"
},

@@ -39,3 +39,3 @@ "peerDependencies": {

},
"gitHead": "f94bc77debd56e75bb605a268ad2c8cd67dd6678"
"gitHead": "27899d944f0ffb551d0473955236734c24eb4fff"
}

@@ -41,3 +41,3 @@ # @uppy/react

We recommend installing from npm and then using a module bundler such as [Webpack](http://webpack.github.io/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).
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/).

@@ -44,0 +44,0 @@ 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.

@@ -13,2 +13,3 @@ import { Uppy, Locale } from './CommonTypes';

plugins?: Array<string>;
trigger?: string;
width?: number;

@@ -15,0 +16,0 @@ height?: number;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc