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

json-logger-service

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-logger-service - npm Package Compare versions

Comparing version 1.0.15 to 1.0.16

4

dist/src/RequestLogger.js

@@ -20,5 +20,5 @@ "use strict";

const method = req.method ? req.method : '';
RequestLogger.LOGGER.info(`Before request ${method} '${requestPath}'`);
RequestLogger.LOGGER.info({ uri: requestPath }, `Before request ${method} '${requestPath}'`);
onFinished(res, () => {
RequestLogger.LOGGER.info(`After request ${method} '${requestPath}'`);
RequestLogger.LOGGER.info({ uri: requestPath }, `After request ${method} '${requestPath}'`);
});

@@ -25,0 +25,0 @@ next();

{
"name": "json-logger-service",
"version": "1.0.15",
"version": "1.0.16",
"description": "Nest Json LoggerService implementation.",

@@ -5,0 +5,0 @@ "main": "dist/index",

Sorry, the diff of this file is not supported yet

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