Gathering detailed insights and metrics for egg-logview
Gathering detailed insights and metrics for egg-logview
npm install egg-logview
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (57.76%)
HTML (42.24%)
Total Downloads
46,040
Last Day
1
Last Week
17
Last Month
185
Last Year
3,260
16 Stars
14 Commits
3 Forks
10 Watching
1 Branches
24 Contributors
Latest Version
2.0.1
Package Id
egg-logview@2.0.1
Unpacked Size
10.86 kB
Size
4.53 kB
File Count
9
NPM Version
6.11.3
Node Version
10.15.1
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
-79.8%
17
Compared to previous week
Last month
86.9%
185
Compared to previous month
Last year
-15.3%
3,260
Compared to previous year
Provide a log files viewer for development purpose.
1$ npm i egg-logview --save
1// {app_root}/config/plugin.js 2exports.logview = { 3 package: 'egg-logview', 4 // env: ['local', 'default', 'test', 'unittest'] 5};
1// {app_root}/config/config.default.js 2/** 3 * logview default config 4 * @member Config#logview 5 * @property {String} prefix - logview route prefix, default to `__logs` 6 * @property {String} dir - logview dir, default to `app.config.logger.dir` 7 */ 8exports.logview = { 9};
Visit http://127.0.0.1:7001/__logs
Please open an issue here.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 6/14 approved changesets -- score normalized to 4
Reason
dependency not pinned by hash detected -- score normalized to 2
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-01-27
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More