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

application-log-winston-interface

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

application-log-winston-interface - npm Package Compare versions

Comparing version 3.0.1 to 3.1.0

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

## [3.1.0](https://github.com/Anadian/application-log-winston-interface/compare/v3.0.1...v3.1.0) (2022-09-11)
### Features
* Added nullLogger as an export ([bcc3670](https://github.com/Anadian/application-log-winston-interface/commit/bcc36707b4472fee6db052eda6881e570d86590a))
### [3.0.1](https://github.com/Anadian/application-log-winston-interface/compare/v3.0.0...v3.0.1) (2022-09-11)

@@ -7,0 +14,0 @@

2

package.json
{
"name": "application-log-winston-interface",
"version": "3.0.1",
"version": "3.1.0",
"description": "A wrapper around initialising Winston with Application-Log Standard levels, colours, and specific formats.",

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

@@ -96,2 +96,11 @@ #!/usr/bin/env node

};
const NullLogger = {
log: () => {
return null;
},
setConsoleLogLevel: () => {
return null;
}
};
//## Errors

@@ -231,2 +240,2 @@

//# Exports and Execution
export { initWinstonLogger, ApplicationLogStandard as standard, WinstonLogFormFormats as formats };
export { initWinstonLogger, ApplicationLogStandard as standard, WinstonLogFormFormats as formats, NullLogger as nullLogger };
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