Socket
Socket
Sign inDemoInstall

@uppy/react

Package Overview
Dependencies
Maintainers
0
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 4.0.0-beta.7 to 4.0.0-beta.8

7

CHANGELOG.md
# @uppy/react
## 4.0.0-beta.8
Released: 2024-06-27
Included in: Uppy v4.0.0-beta.13
- @uppy/react: TS strict mode (Merlijn Vos / #5258)
## 4.0.0-beta.6

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

2

lib/FileInput.d.ts

@@ -22,3 +22,3 @@ import { Component } from 'react';

private container;
private plugin;
private plugin?;
componentDidMount(): void;

@@ -25,0 +25,0 @@ componentDidUpdate(prevProps: FileInputProps<M, B>): void;

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

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

"dependencies": {
"@uppy/utils": "^6.0.0-beta.8",
"@uppy/utils": "^6.0.0-beta.9",
"use-sync-external-store": "^1.2.0"

@@ -37,6 +37,6 @@ },

"peerDependencies": {
"@uppy/core": "^4.0.0-beta.10",
"@uppy/dashboard": "^4.0.0-beta.10",
"@uppy/core": "^4.0.0-beta.11",
"@uppy/dashboard": "^4.0.0-beta.11",
"@uppy/drag-drop": "^4.0.0-beta.4",
"@uppy/file-input": "^4.0.0-beta.5",
"@uppy/file-input": "^4.0.0-beta.6",
"@uppy/progress-bar": "^4.0.0-beta.4",

@@ -43,0 +43,0 @@ "@uppy/status-bar": "^4.0.0-beta.9",

@@ -28,5 +28,5 @@ import { createElement as h, Component } from 'react'

> {
private container: HTMLElement
private container!: HTMLElement
private plugin: UnknownPlugin<M, B>
private plugin!: UnknownPlugin<M, B>

@@ -33,0 +33,0 @@ componentDidMount(): void {

@@ -34,5 +34,5 @@ import { createElement as h, Component } from 'react'

private container: HTMLElement
private container!: HTMLElement
private plugin: DashboardPlugin<M, B>
private plugin!: DashboardPlugin<M, B>

@@ -39,0 +39,0 @@ componentDidMount(): void {

@@ -21,5 +21,5 @@ import { createElement as h, Component } from 'react'

> {
private container: HTMLElement
private container!: HTMLElement
private plugin: UnknownPlugin<M, B>
private plugin!: UnknownPlugin<M, B>

@@ -26,0 +26,0 @@ componentDidMount(): void {

@@ -30,5 +30,5 @@ import { createElement as h, Component } from 'react'

private container: HTMLElement
private container!: HTMLElement
private plugin: UnknownPlugin<M, B>
private plugin?: UnknownPlugin<M, B>

@@ -69,3 +69,3 @@ componentDidMount(): void {

uppy.removePlugin(this.plugin)
uppy.removePlugin(this.plugin!)
}

@@ -72,0 +72,0 @@

@@ -20,5 +20,5 @@ import { createElement as h, Component } from 'react'

> {
private container: HTMLElement
private container!: HTMLElement
private plugin: UnknownPlugin<M, B>
private plugin!: UnknownPlugin<M, B>

@@ -25,0 +25,0 @@ componentDidMount(): void {

@@ -21,5 +21,5 @@ import { createElement as h, Component } from 'react'

> {
private container: HTMLElement
private container!: HTMLElement
private plugin: UnknownPlugin<M, B>
private plugin!: UnknownPlugin<M, B>

@@ -26,0 +26,0 @@ componentDidMount(): void {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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