react-dropzone
Advanced tools
Comparing version 3.7.1 to 3.7.2
@@ -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 |
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
84996
30
13
1091
0
1