cf-nodejs-logging-support
Advanced tools
Comparing version 3.0.5 to 3.0.6
@@ -354,3 +354,3 @@ var util = require('util'); | ||
if (customFields != null) { | ||
logObject.custom_fields = {}; | ||
logObject.custom_fields = customFields.constructor == Array ? [] : {}; | ||
for (var key in customFields) { | ||
@@ -357,0 +357,0 @@ if (!((typeof customFields[key]) == "string")) { |
{ | ||
"name": "cf-nodejs-logging-support", | ||
"version": "3.0.5", | ||
"version": "3.0.6", | ||
"description": "Logging tool for Cloud Foundry", | ||
@@ -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
87478