Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
@morphood/capacitor-lottie-splash-screen
Advanced tools
Lottie splash screen plugin for capacitor
Lottie splash screen plugin for capacitor
npm install @morphood/capacitor-lottie-splash-screen
npx cap sync
Add to capacitor.config.ts
or capcitor.config.json
CapacitorLottieSplashScreen: {
Enabled: true,
LottieAnimationLocation: "public/[web/path/to.json]"
}
if you were previously using Capacitor Splash Screen set the following in you capacitor config
SplashScreen: {
launchAutoHide: true,
launchShowDuration: 0,
},
echo(options: { value: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options | { value: string; } |
Returns: Promise<{ value: string; }>
appLoaded() => Promise<any>
Indicate to the plugin that the app has loaded.
Run as early as possible when your app is loaded. This will ensure that on animation end the layer of the splash screen is removed and touch interactions will go to the app.
Returns: Promise<any>
isAnimating() => Promise<{ isAnimating: boolean; }>
Returns: Promise<{ isAnimating: boolean; }>
addListener(eventName: 'onAnimationEnd', listenerFunc: () => void) => Promise<PluginListenerHandle> & PluginListenerHandle
Param | Type |
---|---|
eventName | 'onAnimationEnd' |
listenerFunc | () => void |
Returns: Promise<PluginListenerHandle> & PluginListenerHandle
Prop | Type |
---|---|
remove | () => Promise<void> |
FAQs
Lottie splash screen plugin for capacitor
We found that @morphood/capacitor-lottie-splash-screen demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.