@drawbotics/file-uploader
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -77,3 +77,2 @@ import "core-js/modules/es6.array.from"; | ||
var _this$props = this.props, | ||
className = _this$props.className, | ||
signingUrl = _this$props.signingUrl, | ||
@@ -86,3 +85,3 @@ onInit = _this$props.onInit, | ||
onComplete = _this$props.onComplete, | ||
rest = _objectWithoutProperties(_this$props, ["className", "signingUrl", "onInit", "onStart", "onProgress", "onFinish", "onError", "onComplete"]); | ||
rest = _objectWithoutProperties(_this$props, ["signingUrl", "onInit", "onStart", "onProgress", "onFinish", "onError", "onComplete"]); | ||
@@ -89,0 +88,0 @@ return React.createElement("input", _extends({}, rest, { |
{ | ||
"name": "@drawbotics/file-uploader", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Small React component to upload files using active storage", | ||
@@ -5,0 +5,0 @@ "license": "UNLICENSED", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
293499
690