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.1.4 to 3.2.0

lib/useUppyState.d.js

7

CHANGELOG.md
# @uppy/react
## 3.2.0
Released: 2023-11-08
Included in: Uppy v3.19.0
- @uppy/react: add useUppyState (Merlijn Vos / #4711)
## 3.1.3

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

3

lib/index.js

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

export { default as FileInput } from './FileInput.js';
export { default as useUppy } from './useUppy.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
/**

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

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

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

"dependencies": {
"@uppy/utils": "^5.5.2",
"@uppy/utils": "^5.6.0",
"prop-types": "^15.6.1"

@@ -34,4 +34,4 @@ },

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

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

@@ -8,1 +8,2 @@ 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
/**

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