Socket
Socket
Sign inDemoInstall

@uppy/dashboard

Package Overview
Dependencies
Maintainers
6
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/dashboard - npm Package Compare versions

Comparing version 3.4.2 to 3.5.0

2

lib/components/FileList.js
import { h } from 'preact';
import { useMemo } from 'preact/hooks';
import VirtualList from '@uppy/utils/lib/VirtualList';
import FileItem from "./FileItem/index.js";
import VirtualList from "./VirtualList.js";
function chunks(list, size) {

@@ -6,0 +6,0 @@ const chunked = [];

@@ -18,3 +18,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.4.2"
"version": "3.5.0"
};

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

{
"name": "@uppy/dashboard",
"description": "Universal UI plugin for Uppy.",
"version": "3.4.2",
"version": "3.5.0",
"license": "MIT",

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

"@uppy/informer": "^3.0.2",
"@uppy/provider-views": "^3.4.0",
"@uppy/status-bar": "^3.2.2",
"@uppy/provider-views": "^3.4.1",
"@uppy/status-bar": "^3.2.3",
"@uppy/thumbnail-generator": "^3.0.3",
"@uppy/utils": "^5.4.1",
"@uppy/utils": "^5.4.2",
"classnames": "^2.2.6",

@@ -43,3 +43,3 @@ "is-shallow-equal": "^1.0.1",

"@uppy/google-drive": "^3.2.0",
"@uppy/status-bar": "^3.2.2",
"@uppy/status-bar": "^3.2.3",
"resize-observer-polyfill": "^1.5.0"

@@ -46,0 +46,0 @@ },

import { h } from 'preact'
import { useMemo } from 'preact/hooks'
import VirtualList from '@uppy/utils/lib/VirtualList'
import FileItem from './FileItem/index.jsx'
import VirtualList from './VirtualList.jsx'

@@ -6,0 +6,0 @@ function chunks (list, size) {

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc