Gathering detailed insights and metrics for egg-view-assets3
Gathering detailed insights and metrics for egg-view-assets3
Gathering detailed insights and metrics for egg-view-assets3
Gathering detailed insights and metrics for egg-view-assets3
Manage frontend assets in development and production.
npm install egg-view-assets3
Typescript
Module System
Min. Node Version
Node Version
NPM Version
66.9
Supply Chain
87.8
Quality
71.6
Maintenance
100
Vulnerability
98.6
License
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
53 Stars
68 Commits
21 Forks
12 Watchers
3 Branches
29 Contributors
Updated on Jan 23, 2025
Latest Version
1.6.0
Package Id
egg-view-assets3@1.6.0
Unpacked Size
22.59 kB
Size
7.95 kB
File Count
14
NPM Version
6.12.0
Node Version
13.0.1
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
Manage frontend assets in development and production.
1$ npm i egg-view-assets --save
Add egg-view-assets
as plugin
1// {app_root}/config/plugin.js 2exports.assets = { 3 enable: true, 4 package: 'egg-view-assets', 5};
Configuration, you can see full example in egg-ant-design-pro.
1// {app_root}/config/config.default.js 2exports.view = { 3 mapping: { 4 '.js': 'assets', 5 }, 6}; 7 8exports.assets = { 9 devServer: { 10 command: 'roadhog dev', 11 port: 8000, 12 }, 13};
See config/config.default.js for more detail.
Please open an issue here.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
Found 12/30 approved changesets -- score normalized to 4
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
dependency not pinned by hash detected -- score normalized to 0
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-07-07
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