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

react-dropzone

Package Overview
Dependencies
Maintainers
3
Versions
189
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 11.0.3 to 11.1.0

2

examples/accept/README.md

@@ -38,3 +38,3 @@ By providing `accept` prop you can make the dropzone accept specific file types and reject the others.

<li key={e.code}>{e.message}</li>
)}
))}
</ul>

@@ -41,0 +41,0 @@ </li>

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

},
"version": "11.0.3",
"version": "11.1.0",
"engines": {

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

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

message: string;
code: string;
code: "file-too-large" | "file-too-small"|"too-many-files"|"file-invalid-type";
}

@@ -16,0 +16,0 @@

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