
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
angular-glass
Advanced tools
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.3.
This project was generated with Angular CLI version 12.0.3.
npm install angular-glass
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { AppComponent } from './app.component';
import { GlassModule } from "angular-glass";
@NgModule({
declarations: [
AppComponent,
],
imports: [
BrowserModule,
GlassModule
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule { }
<div class="parent">
<div class="container" asGlass [outlineWidth]=4>
<p>This is a Test for glassMorphism module angular-glass</p>
</div>
</div>
| Property | Default Value | Permitted Values |
|---|---|---|
| blur | 4 | any integer from 0-20 |
| opacity | 0.25 | 0-1 |
| borderRadius | 10 | any positive number |
| showOutline | true | boolean |
| outlineWidth | 1 | any positive number |
| r | 255 | any number between 0-255 |
| g | 255 | any number between 0-255 |
| b | 255 | any number between 0-255 |

FAQs
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.3.
We found that angular-glass demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.