Comparing version 5.2.2 to 5.2.3
@@ -284,3 +284,3 @@ "use strict"; | ||
if (this.options.body) | ||
output.push(' ' + this.options.body); | ||
output.push(this.options.body); | ||
debug(output.join('\n')); | ||
@@ -296,3 +296,3 @@ } | ||
if (this.body) | ||
output.push(' ' + util.inspect(this.body)); | ||
output.push(util.inspect(this.body)); | ||
debug(output.join('\n')); | ||
@@ -299,0 +299,0 @@ } |
@@ -21,3 +21,5 @@ "use strict"; | ||
if (certDir) { | ||
return fs.readdirSync(certDir).map(f => path.join(certDir, f)); | ||
return fs.readdirSync(certDir) | ||
.map(f => path.join(certDir, f)) | ||
.filter(f => fs.statSync(f).isFile()); | ||
} | ||
@@ -24,0 +26,0 @@ else { |
{ | ||
"name": "http-call", | ||
"description": "make http requests", | ||
"version": "5.2.2", | ||
"version": "5.2.3", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/heroku/http-call/issues", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
39365
1067
6