🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

react-dropzone

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-dropzone - npm Package Compare versions

Comparing version

to
14.3.6

@@ -193,3 +193,3 @@ {

"typings": "typings/react-dropzone.d.ts",
"version": "14.3.5",
"version": "14.3.6",
"engines": {

@@ -196,0 +196,0 @@ "node": ">= 10.13"

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

props: DropzoneProps & React.RefAttributes<DropzoneRef>
): JSX.Element;
): React.ReactElement;
export function useDropzone(options?: DropzoneOptions): DropzoneState;
export interface DropzoneProps extends DropzoneOptions {
children?(state: DropzoneState): JSX.Element;
children?(state: DropzoneState): React.ReactElement;
}

@@ -14,0 +14,0 @@