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 1.0.0 to 1.0.1

2

lib/propTypes.js

@@ -43,2 +43,4 @@ var PropTypes = require('prop-types');

disableThumbnailGenerator: PropTypes.bool,
// pass-through to ThumbnailGenerator
thumbnailWidth: PropTypes.number,
locale: locale

@@ -45,0 +47,0 @@ };

16

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

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

"dependencies": {
"@uppy/dashboard": "1.0.0",
"@uppy/drag-drop": "1.0.0",
"@uppy/progress-bar": "1.0.0",
"@uppy/status-bar": "1.0.0",
"@uppy/utils": "0.30.5",
"@uppy/dashboard": "1.0.1",
"@uppy/drag-drop": "1.0.1",
"@uppy/progress-bar": "1.0.1",
"@uppy/status-bar": "1.0.1",
"@uppy/utils": "0.30.6",
"prop-types": "^15.6.1"
},
"devDependencies": {
"@uppy/core": "1.0.0"
"@uppy/core": "1.0.1"
},

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

},
"gitHead": "25d4b3678b9bebb2127798b9185a0b2083a9dac1"
"gitHead": "1ad322497ff694f06f328c3cccbe5cf0922c5bed"
}

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

disableThumbnailGenerator?: boolean;
thumbnailWidth?: number;
locale?: Locale;

@@ -29,0 +30,0 @@ }

@@ -46,2 +46,4 @@ const PropTypes = require('prop-types')

disableThumbnailGenerator: PropTypes.bool,
// pass-through to ThumbnailGenerator
thumbnailWidth: PropTypes.number,
locale

@@ -48,0 +50,0 @@ }

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