Socket
Socket
Sign inDemoInstall

@uppy/core

Package Overview
Dependencies
Maintainers
5
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/core - npm Package Compare versions

Comparing version 4.0.0-beta.2 to 4.0.0-beta.3

14

CHANGELOG.md
# @uppy/core
## 4.0.0-beta.3
Released: 2024-04-15
Included in: Uppy v4.0.0-beta.3
- @uppy/core: fix `setOptions` not re-rendereing plugin UI (Antoine du Hamel / #5082)
## 4.0.0-beta.2

@@ -20,2 +27,9 @@

## 3.10.1
Released: 2024-04-15
Included in: Uppy v3.24.2
- @uppy/core: fix `setOptions` not re-rendereing plugin UI (Antoine du Hamel / #5082)
## 3.10.0

@@ -22,0 +36,0 @@

1

lib/BasePlugin.js

@@ -30,3 +30,2 @@ /* eslint-disable class-methods-use-this */

setPluginState(update) {
if (!update) return;
const {

@@ -33,0 +32,0 @@ plugins

@@ -24,3 +24,3 @@ function _classPrivateFieldLooseBase(receiver, privateKey) { if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) { throw new TypeError("attempted to use private field on non-instance"); } return receiver; }

const packageJson = {
"version": "4.0.0-beta.2"
"version": "4.0.0-beta.3"
};

@@ -27,0 +27,0 @@ import locale from "./locale.js";

{
"name": "@uppy/core",
"description": "Core module for the extensible JavaScript file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Instagram, Dropbox, Google Drive, S3 and more :dog:",
"version": "4.0.0-beta.2",
"version": "4.0.0-beta.3",
"license": "MIT",

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

"@uppy/store-default": "^4.0.0-beta.1",
"@uppy/utils": "^6.0.0-beta.2",
"@uppy/utils": "^6.0.0-beta.3",
"lodash": "^4.17.21",

@@ -31,0 +31,0 @@ "mime-match": "^1.0.2",

@@ -75,3 +75,2 @@ /* eslint-disable class-methods-use-this */

setPluginState(update?: Partial<PluginState>): void {
if (!update) return
const { plugins } = this.uppy.getState()

@@ -78,0 +77,0 @@

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