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

react-dropzone

Package Overview
Dependencies
Maintainers
2
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 3.7.2 to 3.7.3

2

dist/index.js

@@ -360,3 +360,3 @@ (function webpackUniversalModuleDefinition(root, factory) {

// Remove custom properties before passing them to the wrapper div element
var customProps = ['disablePreview', 'disableClick', 'onDropAccepted', 'onDropRejected', 'maxSize', 'minSize', 'onFileDialogCancel'];
var customProps = ['acceptedFiles', 'disablePreview', 'disableClick', 'onDropAccepted', 'onDropRejected', 'onFileDialogCancel', 'maxSize', 'minSize'];
var divProps = _extends({}, props);

@@ -363,0 +363,0 @@ customProps.forEach(function (prop) {

@@ -72,3 +72,3 @@ {

"jsdom": "^9.2.1",
"lint-staged": "^2.0.1",
"lint-staged": "^3.2.1",
"mocha": "^2.5.3",

@@ -92,3 +92,3 @@ "npm-check": "^5.2.1",

},
"version": "3.7.2"
"version": "3.7.3"
}

@@ -266,3 +266,10 @@ /* eslint prefer-template: 0 */

const customProps = [
'disablePreview', 'disableClick', 'onDropAccepted', 'onDropRejected', 'maxSize', 'minSize', 'onFileDialogCancel'
'acceptedFiles',
'disablePreview',
'disableClick',
'onDropAccepted',
'onDropRejected',
'onFileDialogCancel',
'maxSize',
'minSize'
];

@@ -269,0 +276,0 @@ const divProps = { ...props };

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