Gathering detailed insights and metrics for fallback-custom-scheme
Gathering detailed insights and metrics for fallback-custom-scheme
Gathering detailed insights and metrics for fallback-custom-scheme
Gathering detailed insights and metrics for fallback-custom-scheme
npm install fallback-custom-scheme
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
13 Stars
14 Commits
6 Forks
2 Watchers
1 Branches
1 Contributors
Updated on Feb 04, 2025
Latest Version
0.1.4
Package Id
fallback-custom-scheme@0.1.4
Size
15.38 kB
NPM Version
3.3.12
Node Version
5.3.0
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
Launcher application (iOS, Android, Windows, Mac) from web page. Use custom url scheme to launch app. If not installed the application, fallback (ex. app store, google play store etc).
app | handling |
---|---|
installed | open application |
not installed | fallback (ex. your store url) |
1npm i fallback-custom-scheme
https://satoshikawabata.github.io/fallback-custom-scheme/bundle.js
1var FallbackCustomScheme = requie('fallback-custom-scheme');
2var fcs = new window.FallbackCustomScheme({
3 urlScheme: 'hoge://temp', // your application custom scheme
4 fallback: 'itunes://hoge', // if not installed the applicaiton, handling (ex. app store, google play store etc)
5 onFallback: function(){}, // fallback handler
6 browserback: 'back', // handling on return browser
7 onBrowserback: function(){}, // browser back handler
8 query: { // query
9 a: aaa,
10 b: bbb
11 }
12});
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/7 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-07-14
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