Socket
Socket
Sign inDemoInstall

@uppy/status-bar

Package Overview
Dependencies
6
Maintainers
6
Versions
94
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.4 to 3.2.5

2

lib/StatusBar.js

@@ -10,3 +10,3 @@ function _classPrivateFieldLooseBase(receiver, privateKey) { if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) { throw new TypeError("attempted to use private field on non-instance"); } return receiver; }

const packageJson = {
"version": "3.2.4"
"version": "3.2.5"
};

@@ -13,0 +13,0 @@ import locale from './locale.js';

{
"name": "@uppy/status-bar",
"description": "A progress bar for Uppy, with many bells and whistles.",
"version": "3.2.4",
"version": "3.2.5",
"license": "MIT",

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

"@transloadit/prettier-bytes": "0.0.9",
"@uppy/utils": "^5.4.3",
"@uppy/utils": "^5.5.2",
"classnames": "^2.2.6",

@@ -37,4 +37,4 @@ "preact": "^10.5.13"

"peerDependencies": {
"@uppy/core": "^3.4.0"
"@uppy/core": "^3.6.0"
}
}

@@ -11,6 +11,6 @@ import type { PluginTarget, UIPlugin, UIPluginOptions } from '@uppy/core'

hideAfterFinish?: boolean
hideRetryButton?: boolean,
hidePauseResumeButton?: boolean,
hideCancelButton?: boolean,
doneButtonHandler?: () => void,
hideRetryButton?: boolean
hidePauseResumeButton?: boolean
hideCancelButton?: boolean
doneButtonHandler?: () => void
locale?: StatusBarLocale

@@ -17,0 +17,0 @@ }

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