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.
@festo-ui/angular
Advanced tools
Festo Angular comes as a NPM package. Oh you don't know NPM? Then you must start a bit further at Node.js.
If you want to use the Festo Angular library with your Angular project then this command is the way to go:
npm install @festo-ui/angular
We have set the @festo-ui/web-essentials and the @angular/cdk as peer dependency. Make sure you have it installed:
npm install @festo-ui/web-essentials
npm install @angular/cdk
You should add the CSS files to your angular.json
file to load the styles when your Angular projects get built.
Example:
{
"projects": {
"projectName": {
...
"architect": {
"build": {
...
"options": {
...
"styles": [
...
"node_modules/@festo-ui/web-essentials/dist/css/festo-web-essentials.min.css",
"node_modules/@festo-ui/angular/scss/styles.scss"
],
...
After installation you have to import the FestoAngularModule and the BrowserAnimationsModule to your root module (called app.module.ts
in the majority of projects). Have a look at the following example:
import { FestoAngularModule } from '@festo-ui/angular';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
@NgModule({
declarations: [AppComponent],
imports: [BrowserModule, BrowserAnimationsModule, FormsModule, ReactiveFormsModule, FestoAngularModule, AppRoutingModule],
providers: []
})
export class AppModule {}
FAQs
CSS framework and utils to build FESTO web applications
The npm package @festo-ui/angular receives a total of 1,102 weekly downloads. As such, @festo-ui/angular popularity was classified as popular.
We found that @festo-ui/angular demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.