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 3.9.2 to 3.9.3

7

CHANGELOG.md
# @uppy/core
## 3.9.3
Released: 2024-02-28
Included in: Uppy v3.23.0
- @uppy/core: remove unused import (Antoine du Hamel / #4972)
## 3.9.2

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

5

lib/Uppy.js

@@ -27,3 +27,3 @@ let _Symbol$for, _Symbol$for2;

const packageJson = {
"version": "3.9.2"
"version": "3.9.3"
};

@@ -191,2 +191,4 @@ import locale from "./locale.js";

// [Practical Check] Firefox, try to upload a big file for a prolonged period of time. Laptop will start to heat up.
// todo when uploading multiple files, this will cause problems because they share the same throttle,
// meaning some files might never get their progress reported (eaten up by progress events from other files)
this.calculateProgress = throttle((file, data) => {

@@ -1491,3 +1493,2 @@ const fileInState = this.getFile(file == null ? void 0 : file.id);

progress: {
progress: 0,
uploadStarted: Date.now(),

@@ -1494,0 +1495,0 @@ uploadComplete: false,

4

package.json
{
"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": "3.9.2",
"version": "3.9.3",
"license": "MIT",

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

"@uppy/store-default": "^3.2.2",
"@uppy/utils": "^5.7.3",
"@uppy/utils": "^5.7.4",
"lodash": "^4.17.21",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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