
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@sentinel-one/lottie
Advanced tools
Lottie Animation Wrapper Component for Angular 7 or higher.
(Originally forked from: fivethree-team/lottie)
TBD as ng add soon
npm i @sentinel-one/lottie lottie-web --save
Import the module into your root application module:
import { NgModule } from '@angular/core';
import { LottieModule } from '@sentinel-one/lottie';
@NgModule({
imports: [
LottieModule
]
})
export class AppModule {}
Add the lottie component to your template:
<fiv-lottie [params]="lottieParams" [width]="250" [height]="250" (animationCreated)=onAnimationCreated($event)></fiv-lottie>
You need to setup the lottieParams
in your component:
import { Component } from '@angular/core';
import { LottieAnimation, LottieParams } from '@sentinel-one/lottie';
Component({
selector: 'app-home',
templateUrl: 'home.page.html',
styleUrls: ['home.page.scss'],
})
export class HomePage {
lottieParams: LottieParams = {
path: 'assets/lottie/empty_box.json',
renderer: 'canvas',
loop: true
};
onAnimationCreated(animation: LottieAnimation) {
animation.play();
animation.setSpeed(0.8);
}
}
Save your lottie files in the assets folder and change the path
param, this way they are copied when building your application.
FAQs
Lottie Animation Component
The npm package @sentinel-one/lottie receives a total of 2 weekly downloads. As such, @sentinel-one/lottie popularity was classified as not popular.
We found that @sentinel-one/lottie 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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.