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

logtrine

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

logtrine - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "logtrine",
"version": "1.0.1",
"version": "1.0.2",
"description": "A simple object-oriented logger",

@@ -5,0 +5,0 @@ "main": "src/logtrine.js",

@@ -9,6 +9,8 @@ # Table of Content

The module *logtrine* is based on a simple logging interface and currently provides an implementation that supports different log message types written to STDOUT.
> No bells and whistles, just a simple logger!
Furthermore a log level can be set to show only log message types of the given level or above.
The module `logtrine` is based on a logging interface and currently provides a single implementation , the `ConsoleLogger`, that supports writing different log message types to the standard output.
Furthermore a log level can be set to show only log message types of the given level or above. In addition, each message is prefixed with the ISO time and a tag that indicates the log level of the message.
```javascript

@@ -15,0 +17,0 @@ // Include the module and create an instance with debug level <Info>

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