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.2 to 3.0.0-beta.3

2

lib/StatusBar.js

@@ -96,3 +96,3 @@ import { createElement as h, Component } from 'react';

doneButtonHandler: PropTypes.func
}; // Must be kept in sync with @uppy/status-bar/src/_StatusBar.jsx.
}; // Must be kept in sync with @uppy/status-bar/src/StatusBar.jsx.

@@ -99,0 +99,0 @@ StatusBar.defaultProps = {

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

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

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

@@ -39,3 +39,3 @@ "prop-types": "^15.6.1"

"peerDependencies": {
"@uppy/core": "^3.0.0-beta.2",
"@uppy/core": "^3.0.0-beta.3",
"react": "^16.0.0 || ^17.0.0 || ^18.0.0"

@@ -42,0 +42,0 @@ },

@@ -92,3 +92,3 @@ import { createElement as h, Component } from 'react'

}
// Must be kept in sync with @uppy/status-bar/src/_StatusBar.jsx.
// Must be kept in sync with @uppy/status-bar/src/StatusBar.jsx.
StatusBar.defaultProps = {

@@ -95,0 +95,0 @@ hideUploadButton: false,

Sorry, the diff of this file is not supported yet

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