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

react-file-drop

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-file-drop - npm Package Compare versions

Comparing version 3.0.6 to 3.0.7

2

FileDrop.js

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

if (frame) {
removeEventListener('dragenter', _this.handleFrameDrag);
frame.removeEventListener('dragenter', _this.handleFrameDrag);
frame.removeEventListener('dragleave', _this.handleFrameDrag);

@@ -88,0 +88,0 @@ frame.removeEventListener('drop', _this.handleFrameDrop);

{
"name": "react-file-drop",
"author": "https://sarink.net",
"version": "3.0.6",
"version": "3.0.7",
"description": "Zero dependency React component for Gmail or Facebook -like drag and drop file uploader. Drag files anywhere onto the window (or user defined 'frame' prop)! Very extensible, provides many hooks so you can use it to develop any custom behavior that you desire.",

@@ -6,0 +6,0 @@ "main": "FileDrop.js",

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