@vimesh/logger
Advanced tools
Comparing version 0.11.15 to 0.12.0
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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6885
5
87
+ Addedmkdirp@3.0.1(transitive)
+ Addedobject-hash@3.0.0(transitive)
+ Addedwinston-daily-rotate-file@5.0.0(transitive)
- Removedmkdirp@1.0.4(transitive)
- Removedobject-hash@2.2.0(transitive)
- Removedwinston-daily-rotate-file@4.7.1(transitive)
Updatedmkdirp@^3.0.1
Updatedwinston@^3.13.0