@vladmandic/pilogger
Advanced tools
Comparing version 0.2.2 to 0.2.3
{ | ||
"name": "@vladmandic/pilogger", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Simple Logger for NodeJS", | ||
"main": "pilogger.js", | ||
"main": "dist/pilogger.js", | ||
"engines": { | ||
@@ -10,4 +10,4 @@ "node": ">=12.0.0" | ||
"scripts": { | ||
"start": "node ./pilogger.js", | ||
"lint": "eslint *.js" | ||
"start": "node ./src/pilogger.js", | ||
"build": "esbuild --outdir=dist --target=es2018 --platform=node --format=cjs --color=true --bundle src/pilogger.js" | ||
}, | ||
@@ -37,3 +37,5 @@ "repository": { | ||
}, | ||
"devDependencies": {} | ||
"devDependencies": { | ||
"esbuild": "^0.7.6" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
72669
6
2129
1
2
1