Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ee-log

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ee-log - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

9

lib/Logger.js

@@ -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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc