Socket
Socket
Sign inDemoInstall

react-dropzone

Package Overview
Dependencies
Maintainers
3
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 14.1.1 to 14.1.2

2

package.json

@@ -174,3 +174,3 @@ {

"typings": "typings/react-dropzone.d.ts",
"version": "14.1.1",
"version": "14.1.2",
"engines": {

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

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

onFileDialogOpen?: () => void;
onError?: (err: Error) => void;
validator?: <T extends File>(file: T) => FileError | FileError[] | null;

@@ -55,0 +56,0 @@ useFsAccessApi?: boolean;

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