Socket
Socket
Sign inDemoInstall

@uppy/status-bar

Package Overview
Dependencies
Maintainers
5
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/status-bar - npm Package Compare versions

Comparing version 4.0.0-beta.9 to 4.0.0

2

lib/Components.d.ts
import type { Body, Meta } from '@uppy/utils/lib/UppyFile';
import type { State, Uppy } from '@uppy/core/lib/Uppy';
import type { State, Uppy } from '@uppy/core/lib/Uppy.js';
import type { FileProcessingInfo } from '@uppy/utils/lib/FileProgress';

@@ -4,0 +4,0 @@ import type { I18n } from '@uppy/utils/lib/Translator';

import type { ComponentChild } from 'preact';
import type { Body, Meta } from '@uppy/utils/lib/UppyFile';
import type { Uppy, State } from '@uppy/core/lib/Uppy';
import type { DefinePluginOpts } from '@uppy/core/lib/BasePlugin';
import type { Uppy, State } from '@uppy/core/lib/Uppy.js';
import type { DefinePluginOpts } from '@uppy/core/lib/BasePlugin.js';
import { UIPlugin } from '@uppy/core';

@@ -6,0 +6,0 @@ import type { StatusBarOptions } from './StatusBarOptions.js';

@@ -12,3 +12,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-beta.9"
"version": "4.0.0"
};

@@ -15,0 +15,0 @@ import locale from "./locale.js";

@@ -1,2 +0,2 @@

import type { UIPluginOptions } from '@uppy/core/lib/UIPlugin';
import type { UIPluginOptions } from '@uppy/core/lib/UIPlugin.js';
import type StatusBarLocale from './locale.js';

@@ -3,0 +3,0 @@ export interface StatusBarOptions extends UIPluginOptions {

import type { Body, Meta, UppyFile } from '@uppy/utils/lib/UppyFile';
import type { I18n } from '@uppy/utils/lib/Translator';
import type { Uppy, State } from '@uppy/core/lib/Uppy';
import type { Uppy, State } from '@uppy/core/lib/Uppy.js';
import { h } from 'preact';

@@ -5,0 +5,0 @@ import statusBarStates from './StatusBarStates.ts';

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

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

"@transloadit/prettier-bytes": "^0.3.4",
"@uppy/utils": "^6.0.0-beta.8",
"@uppy/utils": "^6.0.0",
"classnames": "^2.2.6",

@@ -36,5 +36,4 @@ "preact": "^10.5.13"

"peerDependencies": {
"@uppy/core": "^4.0.0-beta.9"
},
"stableVersion": "3.3.1"
"@uppy/core": "^4.0.0"
}
}

@@ -1,2 +0,2 @@

import type { UIPluginOptions } from '@uppy/core/lib/UIPlugin'
import type { UIPluginOptions } from '@uppy/core/lib/UIPlugin.js'
import type StatusBarLocale from './locale.js'

@@ -3,0 +3,0 @@

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

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

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

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