Socket
Socket
Sign inDemoInstall

@ssense/node-logger

Package Overview
Dependencies
17
Maintainers
10
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "@ssense/node-logger",
"version": "1.0.1",
"version": "1.0.2",
"description": "Application and access logger",

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

@@ -81,3 +81,3 @@ "use strict";

const logData = {
log_id: id || this.requestId,
log_id: id || this.generateRequestId(),
datetime: moment().format('DD/MM/YYYY:HH:mm:ss ZZ'),

@@ -84,0 +84,0 @@ level: this.getLogLevel(level),

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc