Socket
Socket
Sign inDemoInstall

fluent-logger

Package Overview
Dependencies
Maintainers
4
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fluent-logger - npm Package Compare versions

Comparing version 2.4.3 to 2.4.4

3

lib/winston.js

@@ -44,8 +44,9 @@ 'use strict';

this.emit('error', error);
callback(error, false);
} else {
this.emit('logged');
callback(null, true);
}
});
callback(null, true);
};

@@ -52,0 +53,0 @@

{
"name": "fluent-logger",
"version": "2.4.3",
"version": "2.4.4",
"main": "./lib/index.js",

@@ -5,0 +5,0 @@ "scripts": {

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