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

7

CHANGELOG.md
# @uppy/react
## 3.0.0-beta.2
Released: 2022-07-27
Included in: Uppy v3.0.0-beta.3
- @uppy/react: Fix exports in propTypes.js to fix website build (Murderlon)
## 3.0.0-beta

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

2

lib/propTypes.js

@@ -42,2 +42,2 @@ import PropTypes from 'prop-types';

};
export { uppy, locale, dashboard };
export { uppy, locale, dashboard, plugins, metaFields, cssSize };
{
"name": "@uppy/react",
"description": "React component wrappers around Uppy's official UI plugins.",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"license": "MIT",

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

"dependencies": {
"@uppy/dashboard": "^3.0.0-beta.1",
"@uppy/dashboard": "^3.0.0-beta.2",
"@uppy/drag-drop": "^3.0.0-beta.1",

@@ -39,3 +39,3 @@ "@uppy/file-input": "^3.0.0-beta.1",

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

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

@@ -58,2 +58,5 @@ import PropTypes from 'prop-types'

dashboard,
plugins,
metaFields,
cssSize,
}

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