react-s3-uploader
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "react-s3-uploader", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "React component that renders a file input and automatically uploads to an S3 bucket", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -123,4 +123,7 @@ react-s3-uploader | ||
Changelog (Starting at 1.2.0) | ||
------------ | ||
##### 2.0.1 | ||
* Fixes issue where URL would include "undefined" if this.server was not specified | ||
##### 2.0 | ||
@@ -131,2 +134,6 @@ | ||
##### 1.2.3 | ||
* Fixes issue where URL would include "undefined" if this.server was not specified | ||
##### 1.2.2 | ||
@@ -133,0 +140,0 @@ |
@@ -9,2 +9,3 @@ /** | ||
S3Upload.prototype.server = ''; | ||
S3Upload.prototype.signingUrl = '/sign-s3'; | ||
@@ -11,0 +12,0 @@ S3Upload.prototype.fileElement = null; |
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
18064
302
151