Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@ngbracket/ngx-layout
Advanced tools
The sources for this package are in the main ngbracket/ngx-layout repo. Please file issues and pull requests against that repo.
License: MIT
The Angular team has decided to deprecate the @angular/flex-layout library after v15.
See original @angular/flex-layout here
Getting Started Start by installing the Angular Layout library from npm
npm i -s @ngbracket/ngx-layout @angular/cdk
Next, you'll need to import the Layout module in your app's module.
app.module.ts
import { FlexLayoutModule } from 'ngx-layout'; ...
@NgModule({ ... imports: [ FlexLayoutModule ], ... }); After that is configured, you can use the ngx-layout attributes in your HTML tags for flex layout:
FAQs
ngbracket/ngx-layout =======
The npm package @ngbracket/ngx-layout receives a total of 17,906 weekly downloads. As such, @ngbracket/ngx-layout popularity was classified as popular.
We found that @ngbracket/ngx-layout 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.