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

fm-log

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fm-log - npm Package Compare versions

Comparing version 4.2.0 to 4.2.1

6

lib/Logger.js

@@ -135,3 +135,3 @@ // jscs:disable requireNamedUnassignedFunctions

message = MessageFormatter.format.apply( this, arguments );
this.preLog( LogLevels.NOTICE, chalk.green, this.debug, message );
this.preLog( LogLevels.NOTICE, chalk.green, this.notice, message );
}

@@ -144,3 +144,3 @@

message = MessageFormatter.format.apply( this, arguments );
this.preLog( LogLevels.WARN, chalk.yellow, this.debug, message );
this.preLog( LogLevels.WARN, chalk.yellow, this.warn, message );
}

@@ -153,3 +153,3 @@

message = MessageFormatter.format.apply( this, arguments );
this.preLog( LogLevels.ERROR, chalk.red, this.debug, message );
this.preLog( LogLevels.ERROR, chalk.red, this.error, message );
}

@@ -156,0 +156,0 @@

{
"name": "fm-log",
"version": "4.2.0",
"version": "4.2.1",
"description": "Console logging facility for Node",

@@ -5,0 +5,0 @@ "main": "lib/log.js",

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