react-dropzone
Advanced tools
Comparing version 2.2.1 to 2.2.2
{ | ||
"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" | ||
} | ||
} | ||
}; |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
40373
20
1
Updatedattr-accept@^1.0.2