Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "jlogger", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "A simple logger inspired by Android LogCat for NodeJS.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -16,7 +16,7 @@ # Android Log Cat Inspired Logger for NodeJS | ||
A simple logger inspired by Android LogCat for NodeJS. | ||
This logger provides functions like *_Log.e(), Log.w(), Log.i()_* and *_Log.d()_* as in Android App Development. | ||
This logger provides functions like **Log.e(), Log.w(), Log.i()** and **Log.d()** as in Android App Development. | ||
The display is as | ||
<a href="https://github.com/jazzyarchitects/java-inspired-node-logger/blob/master/test/server.js" target="_blank">Source code for screenshot </a> | ||
<img src="https://github.com/jazzyarchitects/java-inspired-node-logger/blob/master/images/shell.png" /> | ||
![Screenshot](https://github.com/jazzyarchitects/java-inspired-node-logger/blob/master/images/shell.png) | ||
@@ -83,7 +83,7 @@ ##Usage | ||
*_length_*: *Number* Number of characters to draw. Default is set by global Config | ||
*_showTimeStamp_*: *true/false* Whether to show timestamp. Default is false | ||
*_color_*: *color name* Color for the horizontal line | ||
*_tag_*: *tag* tag for hr | ||
*_char_*: *"="* String with which the hr is to be drawn. (tag parameter should be present, atleast an empty placeholder) | ||
***length***: *Number* Number of characters to draw. Default is set by global Config | ||
***showTimeStamp***: *true/false* Whether to show timestamp. Default is false | ||
***color***: *color name* Color for the horizontal line | ||
***tag***: *tag* tag for hr | ||
***char***: *"="* String with which the hr is to be drawn. (tag parameter should be present, atleast an empty placeholder) | ||
@@ -90,0 +90,0 @@ ###Sections |
Sorry, the diff of this file is not supported yet
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
1
15577
9
370