Socket
Socket
Sign inDemoInstall

droppable

Package Overview
Dependencies
0
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.4 to 2.1.5

3

dist/droppable.es5.js

@@ -129,3 +129,4 @@ // Import here Polyfills if needed. Recommended core-js (npm i -D core-js)

Droppable.prototype.onElementFocusOut = function () {
this.elementKeyDownEventRemover();
if (this.elementKeyDownEventRemover)
this.elementKeyDownEventRemover();
};

@@ -132,0 +133,0 @@ Droppable.prototype.onVirtualInputElementChange = function (e) {

@@ -135,3 +135,4 @@ (function (global, factory) {

Droppable.prototype.onElementFocusOut = function () {
this.elementKeyDownEventRemover();
if (this.elementKeyDownEventRemover)
this.elementKeyDownEventRemover();
};

@@ -138,0 +139,0 @@ Droppable.prototype.onVirtualInputElementChange = function (e) {

@@ -131,3 +131,4 @@ "use strict";

Droppable.prototype.onElementFocusOut = function () {
this.elementKeyDownEventRemover();
if (this.elementKeyDownEventRemover)
this.elementKeyDownEventRemover();
};

@@ -134,0 +135,0 @@ Droppable.prototype.onVirtualInputElementChange = function (e) {

{
"name": "droppable",
"version": "2.1.4",
"version": "2.1.5",
"description": "A library to give file dropping super-powers to any HTML element.",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc