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.2 to 1.0.3

2

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

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

@@ -11,3 +11,3 @@ # Table of Content

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.
The module `logtrine` is an object-oriented logger, based on an interface and currently providing a single implementation , the `ConsoleLogger`, that supports writing different log message types to the standard output.

@@ -14,0 +14,0 @@ 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.

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