@josecarlosrz/logger
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -12,3 +12,5 @@ const path = require('path'); | ||
const file = pathSep + caller.getFileName().split(pathSep).slice(-4).join(pathSep); | ||
const lastFourPath = caller.getFileName().split(pathSep).slice(-4).join(pathSep); | ||
const file = pathSep + lastFourPath.trim(pathSep); | ||
const line = caller.getLineNumber(); | ||
@@ -15,0 +17,0 @@ const column = caller.getColumnNumber(); |
{ | ||
"name": "@josecarlosrz/logger", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Function to log each component of our application", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
1485
27