rc-upload
Advanced tools
Comparing version 1.4.2 to 1.4.3
@@ -82,6 +82,8 @@ 'use strict'; | ||
req.on('progress', function () { | ||
function progress(e) { | ||
props.onProgress(e, file); | ||
}); | ||
} | ||
req.on('progress', progress); | ||
req.end(function (err, ret) { | ||
@@ -88,0 +90,0 @@ req.off('progress', progress); |
{ | ||
"name": "rc-upload", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "upload ui component for react", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
12284
307
0