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

@uppy/dashboard

Package Overview
Dependencies
Maintainers
5
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 0.27.2 to 0.27.3

2

lib/index.js

@@ -492,3 +492,3 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };

this.removeDragDropListener();
window.removeEventListener('resize', this.updateDashboardElWidth);
window.removeEventListener('resize', this.throttledUpdateDashboardElWidth);
window.removeEventListener('popstate', this.handlePopState, false);

@@ -495,0 +495,0 @@ this.uppy.off('plugin-remove', this.removeTarget);

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

@@ -26,7 +26,7 @@ "main": "lib/index.js",

"dependencies": {
"@uppy/informer": "0.27.1",
"@uppy/provider-views": "0.27.1",
"@uppy/status-bar": "0.27.1",
"@uppy/thumbnail-generator": "0.27.1",
"@uppy/utils": "0.27.0",
"@uppy/informer": "0.27.2",
"@uppy/provider-views": "0.27.2",
"@uppy/status-bar": "0.27.2",
"@uppy/thumbnail-generator": "0.27.2",
"@uppy/utils": "0.27.1",
"classnames": "^2.2.6",

@@ -40,9 +40,8 @@ "drag-drop": "2.13.3",

"devDependencies": {
"@uppy/core": "0.27.0",
"@uppy/google-drive": "0.27.2"
"@uppy/core": "0.27.1",
"@uppy/google-drive": "0.27.3"
},
"peerDependencies": {
"@uppy/core": "^0.27.0"
},
"gitHead": "bd6c2c36aebd705bdf1f9cee973487b50a4bdf10"
}
}

@@ -458,3 +458,3 @@ const { Plugin } = require('@uppy/core')

this.removeDragDropListener()
window.removeEventListener('resize', this.updateDashboardElWidth)
window.removeEventListener('resize', this.throttledUpdateDashboardElWidth)
window.removeEventListener('popstate', this.handlePopState, false)

@@ -461,0 +461,0 @@ this.uppy.off('plugin-remove', this.removeTarget)

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