Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@uppy/dashboard

Package Overview
Dependencies
Maintainers
6
Versions
140
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.5.3 to 3.5.4

2

lib/Dashboard.js

@@ -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.5.3"
"version": "3.5.4"
};

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

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

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

"@uppy/status-bar": "^3.2.4",
"@uppy/thumbnail-generator": "^3.0.4",
"@uppy/utils": "^5.5.0",
"@uppy/thumbnail-generator": "^3.0.5",
"@uppy/utils": "^5.5.1",
"classnames": "^2.2.6",

@@ -41,10 +41,10 @@ "is-shallow-equal": "^1.0.1",

"devDependencies": {
"@jest/globals": "^29.0.0",
"@uppy/google-drive": "^3.2.1",
"@uppy/status-bar": "^3.2.4",
"resize-observer-polyfill": "^1.5.0"
"resize-observer-polyfill": "^1.5.0",
"vitest": "^0.34.5"
},
"peerDependencies": {
"@uppy/core": "^3.5.0"
"@uppy/core": "^3.5.1"
}
}

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

import { afterAll, beforeAll, describe, it, expect } from '@jest/globals'
import { afterAll, beforeAll, describe, it, expect } from 'vitest'

@@ -3,0 +3,0 @@ import Core from '@uppy/core'

@@ -1,8 +0,8 @@

import { describe, xit, expect } from '@jest/globals'
import { describe, it, expect } from 'vitest'
import copyToClipboard from './copyToClipboard.js'
describe('copyToClipboard', () => {
xit('should copy the specified text to the clipboard', () => {
it.skip('should copy the specified text to the clipboard', () => {
expect(typeof copyToClipboard).toBe('function')
})
})

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

import { describe, it, expect } from '@jest/globals'
import { describe, it, expect } from 'vitest'
import createSuperFocus from './createSuperFocus.js'

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

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