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

@vimesh/logger

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

@vimesh/logger - npm Package Compare versions

Comparing version 0.11.15 to 0.12.0

logs/test.2024-04-19

2

index.js
const _ = require('lodash')
const fs = require('fs')
const mkdirp = require('mkdirp')
const { mkdirp } = require('mkdirp')
const winston = require('winston')

@@ -5,0 +5,0 @@

{
"name": "@vimesh/logger",
"version": "0.11.15",
"version": "0.12.0",
"description": "Vimesh logger",

@@ -11,7 +11,7 @@ "main": "index.js",

"lodash": "^4.17.15",
"mkdirp": "^1.0.4",
"winston": "^3.3.4",
"winston-daily-rotate-file": "^4.5.0"
"mkdirp": "^3.0.1",
"winston": "^3.13.0",
"winston-daily-rotate-file": "^5.0.0"
},
"gitHead": "3a27d1426357d69aafea15b3e208faf5ca6db5fc"
"gitHead": "637ea37b85a885339160c685cef97ad78a8a2727"
}

@@ -5,3 +5,5 @@ const { setupLogger } = require('..')

name: 'test',
docker: {}
docker: {},
console: {},
file: { dir: 'logs' }
})

@@ -8,0 +10,0 @@

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