react-dropzone
Advanced tools
Comparing version 11.2.2 to 11.2.3
@@ -682,3 +682,3 @@ function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); } | ||
}); | ||
}, [multiple, accept, minSize, maxSize, getFilesFromEvent, onDrop, onDropAccepted, onDropRejected, noDragEventsBubbling]); | ||
}, [multiple, accept, minSize, maxSize, maxFiles, getFilesFromEvent, onDrop, onDropAccepted, onDropRejected, noDragEventsBubbling]); | ||
@@ -685,0 +685,0 @@ var composeHandler = function composeHandler(fn) { |
@@ -169,3 +169,3 @@ { | ||
}, | ||
"version": "11.2.2", | ||
"version": "11.2.3", | ||
"engines": { | ||
@@ -172,0 +172,0 @@ "node": ">= 10" |
@@ -660,2 +660,3 @@ /* eslint prefer-template: 0 */ | ||
maxSize, | ||
maxFiles, | ||
getFilesFromEvent, | ||
@@ -662,0 +663,0 @@ onDrop, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
339967
5386