express-openapi-validator
Advanced tools
Comparing version 0.52.3 to 0.52.4
@@ -33,3 +33,3 @@ "use strict"; | ||
else { | ||
req.files.forEach(f => { | ||
(req.files || []).forEach(f => { | ||
req.body[f.fieldname] = ''; | ||
@@ -36,0 +36,0 @@ }); |
{ | ||
"name": "express-openapi-validator", | ||
"version": "0.52.3", | ||
"version": "0.52.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
41489