New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@uppy/drop-target

Package Overview
Dependencies
Maintainers
8
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/drop-target - npm Package Compare versions

Comparing version 1.1.3 to 2.0.0-beta.1

19

lib/index.js

@@ -1,11 +0,6 @@

"use strict";
const BasePlugin = require("@uppy/core/lib/BasePlugin");
const getDroppedFiles = require("@uppy/utils/lib/getDroppedFiles");
const toArray = require("@uppy/utils/lib/toArray");
import BasePlugin from '@uppy/core/lib/BasePlugin';
import getDroppedFiles from '@uppy/utils/lib/getDroppedFiles';
import toArray from '@uppy/utils/lib/toArray';
const packageJson = {
"version": "1.1.3"
"version": "2.0.0-beta.1"
};

@@ -24,3 +19,3 @@

class DropTarget extends BasePlugin {
export default class DropTarget extends BasePlugin {
constructor(uppy, opts) {

@@ -202,4 +197,2 @@ super(uppy, opts);

}
DropTarget.VERSION = packageJson.version;
module.exports = DropTarget;
DropTarget.VERSION = packageJson.version;
{
"name": "@uppy/drop-target",
"description": "Lets your users drag and drop files on a DOM element",
"version": "1.1.3",
"version": "2.0.0-beta.1",
"license": "MIT",

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

"dependencies": {
"@uppy/utils": "^4.0.7"
"@uppy/utils": "^5.0.0-beta"
},
"peerDependencies": {
"@uppy/core": "^2.1.9"
"@uppy/core": "^3.0.0-beta.1"
},
"publishConfig": {
"access": "public"
}
},
"stableVersion": "1.1.3"
}

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