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 12.0.4 to 12.0.5

2

dist/es/index.js

@@ -738,3 +738,3 @@ var _excluded = ["children"],

if (event.keyCode === 32 || event.keyCode === 13) {
if (event.key === " " || event.key === "Enter" || event.keyCode === 32 || event.keyCode === 13) {
event.preventDefault();

@@ -741,0 +741,0 @@ openFileDialog();

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

"typings": "typings/react-dropzone.d.ts",
"version": "12.0.4",
"version": "12.0.5",
"engines": {

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

@@ -434,3 +434,6 @@ ![react-dropzone logo](https://raw.githubusercontent.com/react-dropzone/react-dropzone/master/logo/logo.png)

### Hosting
[react-dropzone.js.org](https://react-dropzone.js.org/) hosting provided by [netlify](https://www.netlify.com/).
## License
MIT

@@ -745,3 +745,8 @@ /* eslint prefer-template: 0 */

if (event.keyCode === 32 || event.keyCode === 13) {
if (
event.key === " " ||
event.key === "Enter" ||
event.keyCode === 32 ||
event.keyCode === 13
) {
event.preventDefault();

@@ -748,0 +753,0 @@ openFileDialog();

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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