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

@coozzy/logger

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coozzy/logger - npm Package Compare versions

Comparing version 1.2.7 to 1.3.0

6

index.js
const winston = require('winston');
const requestId = require('@coozzy/request-id');

@@ -17,7 +16,2 @@ const logger = winston.createLogger({

})(),
winston.format(info => {
info.requestId = requestId.getRequestId() || undefined;
return info;
})(),
winston.format.json()

@@ -24,0 +18,0 @@ ),

5

package.json
{
"name": "@coozzy/logger",
"version": "1.2.7",
"version": "1.3.0",
"description": "Logging library based on winston",

@@ -15,5 +15,4 @@ "main": "index.js",

"dependencies": {
"@coozzy/request-id": "1.2.3",
"winston": "3.7.2"
"winston": "3.8.2"
}
}
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