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.13.0 to 3.13.1

7

CHANGELOG.md
# @uppy/core
## 3.13.1
Released: 2024-07-02
Included in: Uppy v3.27.2
- @uppy/core: add `clearUploadedFiles` to type definition (Augustine Smith / #5295)
## 3.12.0

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

2

lib/Uppy.js

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

const packageJson = {
"version": "3.13.0"
"version": "3.13.1"
};

@@ -30,0 +30,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": "3.13.0",
"version": "3.13.1",
"license": "MIT",

@@ -6,0 +6,0 @@ "main": "lib/index.js",

@@ -338,2 +338,4 @@ // This references the old types on purpose, to make sure to not create breaking changes for TS consumers.

clearUploadedFiles(): void
addPreProcessor(fn: UploadHandler): void

@@ -340,0 +342,0 @@

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