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.2.2 to 14.2.3

2

dist/es/utils/index.js

@@ -244,2 +244,4 @@ function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }

return [{
// description is required due to https://crbug.com/1264708
description: "Files",
accept: acceptForPicker

@@ -246,0 +248,0 @@ }];

2

package.json

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

"typings": "typings/react-dropzone.d.ts",
"version": "14.2.2",
"version": "14.2.3",
"engines": {

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

@@ -229,2 +229,4 @@ import accepts from "attr-accept";

{
// description is required due to https://crbug.com/1264708
description: "Files",
accept: acceptForPicker,

@@ -231,0 +233,0 @@ },

@@ -416,2 +416,3 @@ beforeEach(() => {

{
description: "Files",
accept: {

@@ -418,0 +419,0 @@ "image/*": [".png", ".jpg"],

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