Comparing version 0.3.1 to 0.3.2
@@ -129,4 +129,9 @@ !function() { | ||
// success, the green stuff | ||
, success: function success() { | ||
this.log(arguments, 'green', true); | ||
} | ||
// highlight a message | ||
@@ -249,3 +254,3 @@ , highlight: function highlight() { | ||
else if (typeof data.isModel === 'function' && data.isModel()) { | ||
this._dir(data.toJSON(), margin, null, first, knownObjects); | ||
this._dir(data.toJSON(), margin, fnname, first, knownObjects); | ||
} | ||
@@ -255,3 +260,3 @@ | ||
else if (data._ee_serializable) { | ||
this._dir(data.toJSON(), margin, null, first, knownObjects); | ||
this._dir(data.toJSON(), margin, fnname, first, knownObjects); | ||
} | ||
@@ -258,0 +263,0 @@ |
{ | ||
"name" : "ee-log" | ||
, "description" : "simple, helpful & colorful logs" | ||
, "version" : "0.3.1" | ||
, "version" : "0.3.2" | ||
, "homepage" : "https://github.com/eventEmitter/ee-log" | ||
@@ -6,0 +6,0 @@ , "author" : "Michael van der Weg <michael@eventemitter.com> (http://eventemitter.com/)" |
@@ -7,3 +7,3 @@ | ||
, lens = [] | ||
, results = [199,31,79,11,176,231,186,31,50,11,190,31,48,11,188,90,61,90,108,105,119,101,111,113,97,90,90,173,191,175,188,90,46,90,108,105,119,101,111,113,97,90,90,238,192,202]; | ||
, results = [199,31,79,11,176,232,186,31,50,11,190,31,48,11,188,90,61,90,108,105,119,101,111,113,97,90,90,173,191,175,188,90,46,90,108,105,119,101,111,113,97,90,90,238,192,202]; | ||
@@ -10,0 +10,0 @@ |
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
20225
378