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

@uppy/drag-drop

Package Overview
Dependencies
Maintainers
8
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/drag-drop - npm Package Compare versions

Comparing version 2.0.7 to 2.1.0

5

lib/DragDrop.js

@@ -14,3 +14,3 @@ "use strict";

const packageJson = {
"version": "2.0.7"
"version": "2.1.0"
};

@@ -223,4 +223,3 @@

render() {
const dragDropClass = `uppy-Root
uppy-u-reset
const dragDropClass = `uppy-u-reset
uppy-DragDrop-container

@@ -227,0 +226,0 @@ ${this.isDragDropSupported ? 'uppy-DragDrop--isDragDropSupported' : ''}

4

package.json
{
"name": "@uppy/drag-drop",
"description": "Droppable zone UI for Uppy. Drag and drop files into it to upload.",
"version": "2.0.7",
"version": "2.1.0",
"license": "MIT",

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

"peerDependencies": {
"@uppy/core": "^2.1.9"
"@uppy/core": "^2.2.0"
}
}

@@ -194,4 +194,3 @@ import { UIPlugin } from '@uppy/core'

render () {
const dragDropClass = `uppy-Root
uppy-u-reset
const dragDropClass = `uppy-u-reset
uppy-DragDrop-container

@@ -198,0 +197,0 @@ ${this.isDragDropSupported ? 'uppy-DragDrop--isDragDropSupported' : ''}

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