Installations
npm install @doctormole/koa-history-api-fallback
Developer Guide
Typescript
No
Module System
CommonJS
Node Version
9.0.0
NPM Version
5.5.1
Score
60.8
Supply Chain
53.6
Quality
74.9
Maintenance
100
Vulnerability
100
License
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (100%)
Love this project? Help keep it running — sponsor us today! 🚀
Developer
Aareksio
Download Statistics
Total Downloads
815
Last Day
2
Last Week
3
Last Month
9
Last Year
72
GitHub Statistics
5 Commits
2 Watching
1 Branches
1 Contributors
Bundle Size
429.00 B
Minified
270.00 B
Minified + Gzipped
Package Meta Information
Latest Version
1.0.2
Package Id
@doctormole/koa-history-api-fallback@1.0.2
Size
908.00 B
NPM Version
5.5.1
Node Version
9.0.0
Total Downloads
Cumulative downloads
Total Downloads
815
Last day
0%
2
Compared to previous day
Last week
50%
3
Compared to previous week
Last month
28.6%
9
Compared to previous month
Last year
-36.8%
72
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
![Empty State](/_next/static/media/empty.e5fae2e5.png)
No dependencies detected.
Zero configuration Koa 2 history api fallback for SPA
1const Koa = require('koa'); 2const serve = require('koa-static'); 3const history = require('@doctormole/koa-history-api-fallback'); 4 5const app = new Koa(); 6app.use(history); 7app.use(serve('static')); 8 9app.listen(3000);
![Empty State](/_next/static/media/empty.e5fae2e5.png)
No vulnerabilities found.
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
no SAST tool detected
Details
- Warn: no pull requests merged into dev branch
Reason
Found 0/5 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 effort to earn an OpenSSF best practices badge detected
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
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Score
3
/10
Last Scanned on 2025-02-03
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