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.1 to 3.7.2

dist/index.js

9

package.json

@@ -6,8 +6,6 @@ {

"scripts": {
"clean": "rimraf ./dist",
"build": "npm run clean && webpack",
"clean": "rimraf ./dist",
"prerelease": "npm run eslint:src && npm run build && npm run test:build",
"release": "npmpub",
"prepublish": "npm run build",
"test": "npm run eslint:src && mocha --require ./mocha-environment.js ./src/test.js",
"test:build": "NODE_ENV=production npm run build && npm run test",
"eslint:src": "eslint ./src ./*.js",

@@ -78,3 +76,2 @@ "eslint:fix": "eslint --fix",

"npm-check": "^5.2.1",
"npmpub": "^3.1.0",
"pre-commit": "^1.1.3",

@@ -96,3 +93,3 @@ "react": "^15.2.0",

},
"version": "3.7.1"
"version": "3.7.2"
}

@@ -1,2 +0,2 @@

react-dropzone [![Build Status](https://travis-ci.org/okonet/react-dropzone.svg)](https://travis-ci.org/okonet/react-dropzone)
react-dropzone [![Build Status](https://travis-ci.org/okonet/react-dropzone.svg)](https://travis-ci.org/okonet/react-dropzone) [![npm version](https://badge.fury.io/js/react-dropzone.svg)](https://badge.fury.io/js/react-dropzone)
==============

@@ -3,0 +3,0 @@

@@ -22,3 +22,2 @@ /* eslint prefer-template: 0 */

this.isFileDialogActive = false;
this.state = {

@@ -25,0 +24,0 @@ isDragActive: false

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