Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

logg

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

logg - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

10

lib/logrecord.js

@@ -15,8 +15,12 @@

this._formattedMessage = null;
Object.defineProperty(this, 'message', {
get: this.getFormattedMessage.bind(this)
});
}
Object.defineProperty(LogRecord.prototype, 'message', {
get: function () {
return this.getFormattedMessage()
}
});
LogRecord.prototype.getFormattedMeta = function () {

@@ -23,0 +27,0 @@ if (!this.meta) return ''

{
"name" : "logg",
"version" : "0.3.2",
"version" : "0.3.3",
"description" : "Logging library that allows for hierarchical loggers, multiple log levels, and flexible watching of log records.",

@@ -5,0 +5,0 @@ "keywords" : ["log", "logging", "logger", "hierarchical", "handler", "watcher"],

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