Comparing version 0.2.15 to 0.2.16
@@ -257,3 +257,3 @@ | ||
//console.log(keys[ l - i - 1 ] ); | ||
if ( data.hasOwnProperty( keys[ l - i - 1 ] ) ) this.__dir( data[ keys[ l - i - 1 ] ], margin + 1, ( isArray ? "" + keys[ l - i - 1 ] : keys[ l - i - 1 ] ), first, knownObjects ); | ||
if ( Object.prototype.hasOwnProperty.call(data, keys[ l - i - 1 ] ) ) this.__dir( data[ keys[ l - i - 1 ] ], margin + 1, ( isArray ? "" + keys[ l - i - 1 ] : keys[ l - i - 1 ] ), first, knownObjects ); | ||
if ( first ) first = false; | ||
@@ -260,0 +260,0 @@ k++ |
{ | ||
"name" : "ee-log" | ||
, "description" : "simple, helpful & colorful logs" | ||
, "version" : "0.2.15" | ||
, "version" : "0.2.16" | ||
, "homepage" : "https://github.com/eventEmitter/ee-log" | ||
@@ -6,0 +6,0 @@ , "author" : "Michael van der Weg <michael@eventemitter.com> (http://eventemitter.com/)" |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
25419
15
520
1