pretty-print
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -38,3 +38,3 @@ var _ = require('lodash'); | ||
if (util.isArray(data[key])){ | ||
if (util.isArray(data[key]) && data[key].length > 0){ | ||
var blankKey = key.replace(/./gi, ' '); // used for spacing | ||
@@ -125,2 +125,2 @@ var blankPaddedKey = addPadding(blankKey, maxKeyLen); | ||
return _.isObject(data) && !_.isArray(data); | ||
} | ||
} |
{ | ||
"name": "pretty-print", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Print formatted data to the the command line", | ||
@@ -5,0 +5,0 @@ "main": "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
5485
124