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

express-log-middleware

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-log-middleware - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

4

index.js

@@ -32,3 +32,2 @@ 'use strict';

configLogger(config.logDir || util.getLogDir(__dirname), config.level);
req.logger = new WddlcLog(logData, config.model);
}

@@ -51,2 +50,5 @@

req.accessLog = logData;
if (config.logEnv === 'ELK') {
req.logger = new WddlcLog(logData, config.model);
}

@@ -53,0 +55,0 @@ if (config.logEnv === 'ELK') {

{
"name": "express-log-middleware",
"version": "1.1.2",
"version": "1.1.3",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.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