Socket
Socket
Sign inDemoInstall

react-dropzone

Package Overview
Dependencies
Maintainers
2
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 3.3.4 to 3.4.0

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# v3.4.0
* Added support for React 15.x <Nuno Campos>
# v3.3.4

@@ -2,0 +6,0 @@

12

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

@@ -41,3 +41,3 @@ "main": "dist/index.js",

"peerDependencies": {
"react": "^0.14.0"
"react": "^0.14.0 || ^15.0.0"
},

@@ -63,6 +63,6 @@ "dependencies": {

"pre-commit": "^1.1.2",
"react": "^0.14.3",
"react-addons-test-utils": "^0.14.3",
"react-dom": "^0.14.3",
"react-testutils-additions": "^0.2.0",
"react": "^15.0.1",
"react-addons-test-utils": "^15.0.1",
"react-dom": "^15.0.1",
"react-testutils-additions": "^15.0.0",
"rimraf": "^2.5.2",

@@ -69,0 +69,0 @@ "sinon": "^1.17.2",

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