Socket
Socket
Sign inDemoInstall

logmimosa

Package Overview
Dependencies
3
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

58

lib/config.js

@@ -42,30 +42,30 @@ "use strict";

return "\t\n\n" +
" # logger: # logger settings, supported colors:\n" +
" # https://github.com/loopj/commonjs-ansi-color#supported-colorsformats\n" +
" # info: # config for info level logging\n" +
" # enabled: true # if info level logging is enabled\n" +
" # color: null # color for info level logging, null is default terminal color\n" +
" # warn: # config for warn level logging\n" +
" # enabled: true # if warn level logging is enabled\n" +
" # color: 'yellow' # color for warn level logging, null is default terminal color\n" +
" # success: # config for success level logging\n" +
" # enabled: true # if success level logging is enabled\n" +
" # color: 'green+bold' # color for success level logging, null is default terminal color\n" +
" # error: # config for error level logging\n" +
" # enabled: true # if error level logging is enabled\n" +
" # color: 'red+bold' # color for error level logging, null is default terminal color\n" +
" # debug: # config for debug level logging, debug is enabled with mimosa -D flag\n" +
" # color: 'blue' # color for debug level logging, null is default terminal color\n" +
" # embeddedText: # config for text surrounded in [[ ]] inside log messages\n" +
" # enabled: true # transforms [[ ]] and the text inside to just text inside and colorizes\n" +
" # color: 'cyan' # color for transformed embedded text\n" +
" # growl: # Settings for growl notifications\n" +
" # enabled: true # Whether or not growl notificaations are enabled\n" +
" # onStartup: false # Controls whether or not to Growl when assets successfully\n" +
" # compile/copy on startup, If you've got 100 CoffeeScript files,\n" +
" # and you do a clean and then start watching, you'll get 100 Growl\n" +
" # notifications. This is set to false by default to prevent that.\n" +
" # Growling for every successful file on startup can also cause\n" +
" # EMFILE issues. See watch.throttle\n" +
" # onSuccess: true # Controls whether to Growl when assets successfully compile/copy\n";
" logger: # logger settings, supported colors:\n" +
" # https://github.com/loopj/commonjs-ansi-color#supported-colorsformats\n" +
" info: # config for info level logging\n" +
" enabled: true # if info level logging is enabled\n" +
" color: null # color for info level logging, null is default terminal color\n" +
" warn: # config for warn level logging\n" +
" enabled: true # if warn level logging is enabled\n" +
" color: 'yellow' # color for warn level logging, null is default terminal color\n" +
" success: # config for success level logging\n" +
" enabled: true # if success level logging is enabled\n" +
" color: 'green+bold' # color for success level logging, null is default terminal color\n" +
" error: # config for error level logging\n" +
" enabled: true # if error level logging is enabled\n" +
" color: 'red+bold' # color for error level logging, null is default terminal color\n" +
" debug: # config for debug level logging, debug is enabled with mimosa -D flag\n" +
" color: 'blue' # color for debug level logging, null is default terminal color\n" +
" embeddedText: # config for text surrounded in [[ ]] inside log messages\n" +
" enabled: true # transforms [[ ]] and the text inside to just text inside and colorizes\n" +
" color: 'cyan' # color for transformed embedded text\n" +
" growl: # Settings for growl notifications\n" +
" enabled: true # Whether or not growl notificaations are enabled\n" +
" onStartup: false # Controls whether or not to Growl when assets successfully\n" +
" # compile/copy on startup, If you've got 100 CoffeeScript files,\n" +
" # and you do a clean and then start watching, you'll get 100 Growl\n" +
" # notifications. This is set to false by default to prevent that.\n" +
" # Growling for every successful file on startup can also cause\n" +
" # EMFILE issues. See watch.throttle\n" +
" onSuccess: true # Controls whether to Growl when assets successfully compile/copy\n";
};

@@ -99,2 +99,2 @@

return errors;
};
};
{
"name": "logmimosa",
"version": "1.0.2",
"version": "1.0.3",
"homepage": "http://www.mimosa.io",

@@ -5,0 +5,0 @@ "author": "David Bashford",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc