Installations
npm install egg-logview
Developer Guide
Typescript
No
Module System
N/A
Min. Node Version
>=8.0.0
Node Version
10.15.1
NPM Version
6.11.3
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (57.76%)
HTML (42.24%)
Developer
eggjs
Download Statistics
Total Downloads
46,040
Last Day
1
Last Week
17
Last Month
185
Last Year
3,260
GitHub Statistics
16 Stars
14 Commits
3 Forks
10 Watching
1 Branches
24 Contributors
Package Meta Information
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
Total Downloads
Cumulative downloads
Total Downloads
46,040
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
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
egg-logview
Provide a log files viewer for development purpose.
Install
1$ npm i egg-logview --save
Usage
1// {app_root}/config/plugin.js 2exports.logview = { 3 package: 'egg-logview', 4 // env: ['local', 'default', 'test', 'unittest'] 5};
Configuration
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};
Example
Visit http://127.0.0.1:7001/__logs
Questions & Suggestions
Please open an issue here.
License
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
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
Reason
Found 6/14 approved changesets -- score normalized to 4
Reason
dependency not pinned by hash detected -- score normalized to 2
Details
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/nodejs.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/eggjs/egg-logview/nodejs.yml/master?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/nodejs.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/eggjs/egg-logview/nodejs.yml/master?enable=pin
- Warn: npmCommand not pinned by hash: .github/workflows/nodejs.yml:29
- Info: 0 out of 2 GitHub-owned GitHubAction dependencies pinned
- Info: 1 out of 2 npmCommand dependencies pinned
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
- Warn: no topLevel permission defined: .github/workflows/nodejs.yml:1
- Info: no jobLevel write permissions found
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 8 are checked with a SAST tool
Score
4.3
/10
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