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 2.2.1 to 2.2.2

.editorconfig

4

package.json
{
"name": "react-dropzone",
"version": "2.2.1",
"version": "2.2.2",
"description": "Simple HTML5 drag-drop zone with React.js",

@@ -31,3 +31,3 @@ "main": "lib/index.js",

"dependencies": {
"attr-accept": "^1.0.1"
"attr-accept": "^1.0.2"
},

@@ -34,0 +34,0 @@ "devDependencies": {

{
module.exports = {
entry: "./lib/index.js",
output: {
path: __dirname,
filename: "./dist/react-dropzone.js",
libraryTarget: "var",
library: "Dropzone"
},
externals: {
"react": "React"
}
}
module.exports = {
entry: "./lib/index.js",
output: {
path: __dirname,
filename: "./dist/react-dropzone.js",
libraryTarget: "var",
library: "Dropzone"
},
externals: {
"react": "React"
}
}
};
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