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 1.0.4 to 1.0.5

2

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

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

@@ -128,3 +128,3 @@ #!/usr/local/bin/node

if( max_size != null && typeof(max_size) === 'number' ){
WinstonLogger_Transports.file_debug.maxsize = maz_size;
WinstonLogger_Transports.file_debug.maxsize = max_size;
}

@@ -131,0 +131,0 @@ if( max_files != null && typeof(max_files) === 'number' ){

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