Gathering detailed insights and metrics for qiankun-overrides
Gathering detailed insights and metrics for qiankun-overrides
Gathering detailed insights and metrics for qiankun-overrides
Gathering detailed insights and metrics for qiankun-overrides
npm install qiankun-overrides
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
3 Stars
105 Commits
1 Forks
2 Branches
1 Contributors
Updated on 03 Apr 2023
JavaScript (83.62%)
CSS (8.92%)
HTML (7.46%)
Cumulative downloads
Total Downloads
Last day
265%
73
Compared to previous day
Last week
-10.2%
193
Compared to previous week
Last month
39%
845
Compared to previous month
Last year
43.3%
8,716
Compared to previous year
forked from joeldenning/import-map-overrides
import-map-overrides for Qiankun
1import { registerMicroApps } from 'qiankun' 2 3const imo = window.importMapOverrides 4const microApps = [{ 5 name: 'v1', 6 entry: 'http://localhost:8081', 7 container: '#container', 8 activeRule: () => location.pathname.startsWith('v1'), 9}, { 10 name: 'v2', 11 entry: 'http://localhost:8082', 12 container: '#container', 13 activeRule: () => location.pathname.startsWith('v2'), 14}] 15 16imo.setDefaultMap(microApps) 17registerMicroApps(Object.values(imo.getCurrentQiankunMap()))
No vulnerabilities found.
Reason
security policy file detected
Details
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
35 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-18
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