Socket
Socket
Sign inDemoInstall

@uppy/react

Package Overview
Dependencies
Maintainers
6
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.2.0 to 3.2.1

7

CHANGELOG.md
# @uppy/react
## 3.2.1
Released: 2023-11-12
Included in: Uppy v3.19.1
- @uppy/react: Revert "@uppy/react: add useUppyState (#4711)" (Artur Paikin / #4789)
## 3.2.0

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

3

lib/index.js

@@ -7,3 +7,2 @@ export { default as Dashboard } from './Dashboard.js';

export { default as FileInput } from './FileInput.js';
export { default as useUppy } from './useUppy.js';
export { default as useUppyState } from './useUppyState.js';
export { default as useUppy } from './useUppy.js';
import { useEffect, useRef } from 'react';
import { Uppy as UppyCore } from '@uppy/core';
// TODO: remove in the next major
/**

@@ -7,0 +5,0 @@ * @deprecated Initialize Uppy outside of the component.

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

@@ -33,4 +33,4 @@ "main": "lib/index.js",

"peerDependencies": {
"@uppy/core": "^3.7.0",
"@uppy/dashboard": "^3.7.0",
"@uppy/core": "^3.7.1",
"@uppy/dashboard": "^3.7.1",
"@uppy/drag-drop": "^3.0.3",

@@ -37,0 +37,0 @@ "@uppy/file-input": "^3.0.4",

@@ -8,2 +8,1 @@ export { default as Dashboard } from './Dashboard.js'

export { default as useUppy } from './useUppy.js'
export { default as useUppyState } from './useUppyState.js'
import { useEffect, useRef } from 'react'
import { Uppy as UppyCore } from '@uppy/core'
// TODO: remove in the next major
/**

@@ -7,0 +5,0 @@ * @deprecated Initialize Uppy outside of the component.

Sorry, the diff of this file is not supported yet

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