Gathering detailed insights and metrics for cordova-plugin-animated-splashscreen
Gathering detailed insights and metrics for cordova-plugin-animated-splashscreen
npm install cordova-plugin-animated-splashscreen
Typescript
Module System
Node Version
NPM Version
62
Supply Chain
94.3
Quality
73.2
Maintenance
25
Vulnerability
85.3
License
Objective-C (66.93%)
Java (14.15%)
C# (9.58%)
JavaScript (9.34%)
Total Downloads
4,917
Last Day
1
Last Week
6
Last Month
47
Last Year
478
7 Stars
357 Commits
4 Forks
2 Watching
15 Branches
1 Contributors
Latest Version
1.1.3
Package Id
cordova-plugin-animated-splashscreen@1.1.3
Unpacked Size
261.09 kB
Size
48.41 kB
File Count
67
NPM Version
5.6.0
Node Version
8.11.1
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
-14.3%
6
Compared to previous week
Last month
327.3%
47
Compared to previous month
Last year
5.3%
478
Compared to previous year
1
1
Animated Splash Screen Plugin
Based on cordova-custom-config plugin and cordova-plugin-splashscreen
// npm hosted (new) id cordova plugin add cordova-plugin-animated-splashscreen
// you may also install directly from this repo cordova plugin add https://github.com/kitolog/cordova-plugin-animated-splashscreen
Duration in seconds
<preference name="AnimatedSplashScreenAnimationDuration" value="5" />
Disable original splashscreen plugin, it's not needed
<preference name="SplashScreen" value="false" />
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>
`
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
0 existing vulnerabilities detected
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
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-01-27
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