Socket
Socket
Sign inDemoInstall

react-dropzone

Package Overview
Dependencies
Maintainers
2
Versions
176
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-dropzone - npm Package Compare versions

Comparing version 6.2.2 to 6.2.3

2

package.json

@@ -146,3 +146,3 @@ {

},
"version": "6.2.2",
"version": "6.2.3",
"engines": {

@@ -149,0 +149,0 @@ "node": ">= 6"

@@ -51,3 +51,3 @@ import * as React from "react";

onFileDialogCancel?(): void;
getDataTransferItems?(event: React.DragEvent<HTMLDivElement> | DragEvent): Promise<Array<File | DataTransferItem>>;
getDataTransferItems?(event: React.DragEvent<HTMLDivElement> | DragEvent | React.ChangeEvent<HTMLInputElement> | Event): Promise<Array<File | DataTransferItem>>;
children?: React.ReactNode | DropzoneRenderFunction;

@@ -54,0 +54,0 @@ ref?: React.Ref<Dropzone>;

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