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

file-drops

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

file-drops - npm Package Compare versions

Comparing version

to
0.4.0

dist/file-drops.umd.js

4

CHANGELOG.md

@@ -9,2 +9,6 @@ # Changelog

## 0.4.0
* `CHORE`: provide pre-built UMD distribution
## 0.3.0

@@ -11,0 +15,0 @@

2

dist/index.esm.js

@@ -124,3 +124,3 @@ import { domify } from 'min-dom';

onEnd(event);
onEnd();
}

@@ -127,0 +127,0 @@

@@ -126,3 +126,3 @@ 'use strict';

onEnd(event);
onEnd();
}

@@ -129,0 +129,0 @@

{
"name": "file-drops",
"version": "0.3.0",
"version": "0.4.0",
"description": "A simple in-browser file drop utility",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"unpkg": "dist/file-drops.umd.js",
"scripts": {

@@ -28,6 +29,8 @@ "all": "run-s lint test bundle",

"devDependencies": {
"eslint": "^5.6.0",
"eslint-plugin-bpmn-io": "^0.6.0",
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"eslint": "^6.8.0",
"eslint-plugin-bpmn-io": "^0.10.0",
"npm-run-all": "^4.1.3",
"rollup": "^0.65.2"
"rollup": "^1.31.1"
},

@@ -34,0 +37,0 @@ "dependencies": {

@@ -23,3 +23,3 @@ # file-drops

On drop over, the utility will attach a the following overlay to the
On drop over, the utility will attach the following overlay to the
element for which the drop handler got registered:

@@ -40,2 +40,2 @@

MIT
MIT

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet