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 10.0.1 to 10.0.2

2

package.json

@@ -168,3 +168,3 @@ {

},
"version": "10.0.1",
"version": "10.0.2",
"engines": {

@@ -171,0 +171,0 @@ "node": ">= 8"

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

export type DropzoneOptions = Pick<React.HTMLProps<HTMLElement>, PropTypes> & {
accept?: string | string[];
minSize?: number;

@@ -50,6 +51,5 @@ maxSize?: number;

type PropTypes = "accept"
| "multiple"
type PropTypes = "multiple"
| "onDragEnter"
| "onDragOver"
| "onDragLeave";

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