@uppy/drop-target
Advanced tools
Comparing version 1.1.3 to 2.0.0-beta.1
@@ -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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
23889
10
331
1
+ Added@transloadit/prettier-bytes@0.3.5(transitive)
+ Added@uppy/core@3.13.1(transitive)
+ Added@uppy/store-default@3.2.2(transitive)
+ Added@uppy/utils@5.9.0(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addednanoid@4.0.2(transitive)
- Removed@transloadit/prettier-bytes@0.0.7(transitive)
- Removed@uppy/core@2.3.4(transitive)
- Removed@uppy/store-default@2.1.1(transitive)
- Removed@uppy/utils@4.1.3(transitive)
- Removedlodash.throttle@4.1.1(transitive)
- Removednanoid@3.3.8(transitive)
Updated@uppy/utils@^5.0.0-beta