Socket
Socket
Sign inDemoInstall

@uppy/progress-bar

Package Overview
Dependencies
10
Maintainers
5
Versions
74
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.1 to 4.0.0-beta.1

lib/index.d.ts

8

CHANGELOG.md
# @uppy/progress-bar
## 4.0.0-beta.1
Released: 2024-03-28
Included in: Uppy v4.0.0-beta.1
- @uppy/progress-bar: remove default target (Antoine du Hamel / #4971)
- @uppy/drag-drop,@uppy/progress-bar: add missing exports (Antoine du Hamel / #5009)
## 3.1.1

@@ -4,0 +12,0 @@

3

lib/ProgressBar.js

@@ -6,7 +6,6 @@ import { h } from 'preact';

const packageJson = {
"version": "3.1.1"
"version": "4.0.0-beta.1"
};
// set default options, must kept in sync with @uppy/react/src/ProgressBar.js
const defaultOptions = {
target: 'body',
fixed: false,

@@ -13,0 +12,0 @@ hideAfterFinish: true

{
"name": "@uppy/progress-bar",
"description": "A progress bar UI for Uppy",
"version": "3.1.1",
"version": "4.0.0-beta.1",
"license": "MIT",
"main": "lib/index.js",
"style": "dist/style.min.css",
"types": "types/index.d.ts",
"type": "module",

@@ -27,8 +26,9 @@ "keywords": [

"dependencies": {
"@uppy/utils": "^5.7.5",
"@uppy/utils": "^6.0.0-beta.1",
"preact": "^10.5.13"
},
"peerDependencies": {
"@uppy/core": "^3.10.0"
}
"@uppy/core": "^4.0.0-beta.1"
},
"stableVersion": "3.1.1"
}

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc