react-s3-uploader
Advanced tools
Comparing version 1.1.13 to 1.1.14
{ | ||
"name": "react-s3-uploader", | ||
"version": "1.1.13", | ||
"version": "1.1.14", | ||
"description": "React component that renders a file input and automatically uploads to an S3 bucket", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -25,3 +25,3 @@ /** | ||
} | ||
for (option in options) { | ||
for (var option in options) { | ||
if (options.hasOwnProperty(option)) { | ||
@@ -28,0 +28,0 @@ this[option] = options[option]; |
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
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
14246