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 to 4.0.1

7

CHANGELOG.md
# @uppy/core
## 4.0.1
Released: 2024-07-15
Included in: Uppy v4.0.1
- @uppy/core: make `Meta` generic optional (Merlijn Vos / #5330)
## 4.0.0

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

2

lib/Uppy.d.ts

@@ -233,3 +233,3 @@ /// <reference types="lodash" />

*/
export declare class Uppy<M extends Meta, B extends Body = Record<string, never>> {
export declare class Uppy<M extends Meta = Meta, B extends Body = Record<string, never>> {
#private;

@@ -236,0 +236,0 @@ static VERSION: any;

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

const packageJson = {
"version": "4.0.0"
"version": "4.0.1"
};

@@ -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",
"version": "4.0.1",
"license": "MIT",

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

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 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