New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jlogger

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jlogger - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

2

package.json
{
"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

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