react-s3-uploader
Advanced tools
Comparing version 3.0.1 to 3.0.2
{ | ||
"name": "react-s3-uploader", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "React component that renders a file input and automatically uploads to an S3 bucket", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -125,2 +125,6 @@ react-s3-uploader | ||
##### 3.0.2 | ||
* Not passing non-JSON response text to error handlers | ||
##### 3.0.1 | ||
@@ -127,0 +131,0 @@ |
@@ -92,3 +92,3 @@ /** | ||
} catch (error) { | ||
this.onError('Invalid signing server response JSON: ' + xhr.responseText, file); | ||
this.onError('Invalid response from server', file); | ||
return false; | ||
@@ -95,0 +95,0 @@ } |
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
18218
164