Gathering detailed insights and metrics for cordova-plugin-animated-splashscreen-excprotection
Gathering detailed insights and metrics for cordova-plugin-animated-splashscreen-excprotection
npm install cordova-plugin-animated-splashscreen-excprotection
Typescript
Module System
Node Version
NPM Version
Objective-C (66.84%)
Java (14.26%)
C# (9.57%)
JavaScript (9.33%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
870
Last Day
4
Last Week
12
Last Month
18
Last Year
133
1 Stars
8 Commits
1 Watching
3 Branches
1 Contributors
Latest Version
1.0.1
Package Id
cordova-plugin-animated-splashscreen-excprotection@1.0.1
Unpacked Size
261.58 kB
Size
52.30 kB
File Count
67
NPM Version
6.12.0
Node Version
12.13.0
Cumulative downloads
Total Downloads
Last day
0%
4
Compared to previous day
Last week
300%
12
Compared to previous week
Last month
200%
18
Compared to previous month
Last year
-31.1%
133
Compared to previous year
1
1
Animated Splash Screen Plugin This Plugin is the real plugin cordova-plugin-animated-splashscreen i just do som edit on it Based on cordova-custom-config plugin and cordova-plugin-splashscreen
// npm hosted (new) id cordova plugin add cordova-plugin-animated-splashscreen-excprotection
// you may also install directly from this repo cordova plugin add https://github.com/kitolog/cordova-plugin-animated-splashscreen-excprotection
Duration in seconds
<preference name="AnimatedSplashScreenAnimationDuration" value="5" />
Disable original splashscreen plugin, it's not needed
<preference name="SplashScreen" value="none" />
Repeat count
0 - no repeat
<preference name="AnimatedSplashScreenAnimationRepeatCount" value="0" />
IOS Images Order:
<preference name="AnimatedSplashScreenIosImages" value="animated-1.png,animated-2.png,animated-3.png,animated-4.png,animated-5.png" />
...
IOS Images paths:
<platform name="ios">
...
<custom-resource catalog="animated-1" idiom="universal" scale="1x" src="resources/ios/splash/animated-1.png" type="image" />
<custom-resource catalog="animated-2" idiom="universal" scale="1x" src="resources/ios/splash/animated-2.png" type="image" />
...</platform>
`
Time For Each Image
in confige.xml
<preference name="AnimatedSplashScreenAndroidTimeoutValue" value="120" />
Android Images Order:
<preference name="AnimatedSplashScreenAndroidImages" value="animated1,animated2,animated3,animated4,animated5" />
...
Android Images paths:
<platform name="android">
...
<resource-file src="resources/android/splash/animated-1.png" target="app/src/main/res/drawable-port-xxxhdpi/animated1.png" />
<resource-file src="resources/android/splash/animated-2.png" target="app/src/main/res/drawable-port-xxxhdpi/animated2.png" />
...</platform>
(in example code, image has 1920 x 1280 px size, so it should be placed to drawable-port-xxxhdpi)
LDPI:
MDPI:
HDPI:
XHDPI:
XXHDPI:
XXXHDPI:
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
no SAST tool detected
Details
Reason
Found 0/8 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
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
12 existing vulnerabilities detected
Details
Score
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