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.0 to 3.1.1

10

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

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

"dependencies": {
"@uppy/utils": "^5.1.2",
"@uppy/utils": "^5.2.0",
"prop-types": "^15.6.1"

@@ -34,8 +34,8 @@ },

"peerDependencies": {
"@uppy/core": "^3.0.5",
"@uppy/dashboard": "^3.2.1",
"@uppy/core": "^3.1.2",
"@uppy/dashboard": "^3.3.2",
"@uppy/drag-drop": "^3.0.1",
"@uppy/file-input": "^3.0.1",
"@uppy/progress-bar": "^3.0.1",
"@uppy/status-bar": "^3.0.1",
"@uppy/status-bar": "^3.1.0",
"react": "^16.0.0 || ^17.0.0 || ^18.0.0"

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

import * as React from 'react'
import type { DashboardOptions } from '@uppy/dashboard'
import { Omit, WithBaseUppyProps } from './CommonTypes'
import type { Omit, WithBaseUppyProps } from './CommonTypes'

@@ -5,0 +5,0 @@ // This type is mapped into `DashboardProps` below so IntelliSense doesn't display this big mess of nested types

import type { DashboardOptions } from '@uppy/dashboard'
import { Omit, ToUppyProps } from './CommonTypes'
import type { Omit, ToUppyProps } from './CommonTypes'

@@ -4,0 +4,0 @@ // This type is mapped into `DashboardModalProps` below so IntelliSense doesn't display this big mess of nested types

import type { DragDropOptions } from '@uppy/drag-drop'
import { ToUppyProps } from './CommonTypes'
import type { ToUppyProps } from './CommonTypes'

@@ -4,0 +4,0 @@ export type DragDropProps = ToUppyProps<DragDropOptions> & React.BaseHTMLAttributes<HTMLDivElement>

import type { FileInputOptions } from '@uppy/file-input'
import { ToUppyProps } from './CommonTypes'
import type { ToUppyProps } from './CommonTypes'

@@ -4,0 +4,0 @@ export type FileInputProps = ToUppyProps<FileInputOptions>

import type { ProgressBarOptions } from '@uppy/progress-bar'
import { ToUppyProps } from './CommonTypes'
import type { ToUppyProps } from './CommonTypes'

@@ -4,0 +4,0 @@ export type ProgressBarProps = ToUppyProps<ProgressBarOptions> & React.BaseHTMLAttributes<HTMLDivElement>

import type { StatusBarOptions } from '@uppy/status-bar'
import { ToUppyProps } from './CommonTypes'
import type { ToUppyProps } from './CommonTypes'

@@ -4,0 +4,0 @@ export type StatusBarProps = ToUppyProps<StatusBarOptions> & React.BaseHTMLAttributes<HTMLDivElement>

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