rc-upload
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -219,4 +219,5 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; | ||
}; | ||
onStart(file); | ||
_this3.reqs[uid] = request(requestOption); | ||
onStart(file); | ||
}); | ||
@@ -223,0 +224,0 @@ }); |
@@ -244,4 +244,5 @@ 'use strict'; | ||
}; | ||
onStart(file); | ||
_this3.reqs[uid] = request(requestOption); | ||
onStart(file); | ||
}); | ||
@@ -248,0 +249,0 @@ }); |
{ | ||
"name": "rc-upload", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "upload ui component for react", | ||
@@ -40,3 +40,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"axios": "^0.19.0", | ||
"axios": "^0.20.0", | ||
"co-busboy": "^1.3.0", | ||
@@ -43,0 +43,0 @@ "coveralls": "^3.0.3", |
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
53642