New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@uppy/core

Package Overview
Dependencies
Maintainers
7
Versions
147
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.0.3 to 3.0.4

7

CHANGELOG.md
# @uppy/core
## 3.0.4
Released: 2022-10-24
Included in: Uppy v3.2.2
- @uppy/core: make cancel() and close() arguments optional in types (Merlijn Vos / #4161)
## 3.0.3

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

2

lib/Uppy.js

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

const packageJson = {
"version": "3.0.3"
"version": "3.0.4"
};

@@ -28,0 +28,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.0.3",
"version": "3.0.4",
"license": "MIT",

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

@@ -359,3 +359,3 @@ import * as UppyUtils from '@uppy/utils'

cancelAll(options: CancelOptions): void
cancelAll(options?: CancelOptions): void

@@ -379,3 +379,3 @@ retryUpload<TMeta extends IndexedObject<any> = Record<string, unknown>>(

close(options: CancelOptions): void
close(options?: CancelOptions): void

@@ -382,0 +382,0 @@ logout(): 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

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