
Research
/Security News
11 Malicious NuGet Tools Pose as Game Cheats to Drop a Windows Host-Surveillance Payload
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.
sysdesign2023
Advanced tools
<img width="60px" height="60px" src="https://www.npmjs.com/npm-avatar/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdmF0YXJVUkwiOiJodHRwczovL3MuZ3JhdmF0YXIuY29tL2F
SysDesign2023 is a front-end library that provides a set of reusable components and utility functions for building modern web applications. It is built on top of popular front-end frameworks Angular.
Checkout the demo page to see sysDesign in action ⛹️
Our documentation pages are also rendered using SysDesign2023 💯
| Material | Dev Status | Documatation Status |
|---|---|---|
| Header | ✅ | 🚧 |
| Sidebar | ✅ | 🚧 |
| Buttons | ✅ | 🚧 |
| Tabs | ✅ | 🚧 |
| cards | ✅ | 🚧 |
| Tree | ✅ | 🚧 |
| Slide Toggle | ✅ | 🚧 |
| Dialog | ✅ | 🚧 |
| Alerts | ✅ | 🚧 |
| Inputs | ✅ | 🚧 |
| Radios | ✅ | 🚧 |
| Expension Panel | ✅ | 🚧 |
| Material | Design Status | Documatation Status |
|---|---|---|
| Design Theme (Figma) | 🚧 | 🚧 |
| Icons | 🚧 | 🚧 |
Node.js: Only current and LTS Node.js versions are supported. End of life Node.js versions may become incompatible with Marked at any point in time.
Browser: All Browser supported :)
Add in your project:
npm i sysdesign2023
After Install sysdesign2023 you also need to install material for icons:
ng add @angular/maetrial
Now import sysDesignModule from sysdesign2023 in your app.module.ts
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { AppRoutingModule } from './app-routing.module';
import { AppComponent } from './app.component';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
import { MatIconModule } from '@angular/material/icon';
import { sysDesignModule } from 'sysdesign2023';
@NgModule({
declarations: [
AppComponent,
],
imports: [
BrowserModule,
AppRoutingModule,
>>> sysDesignModule,
MatIconModule,
BrowserAnimationsModule
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule { }
Now You can start the building your application in angular with sysdesign2023 go to the documentation part from here documentation pages are also rendered using SysDesign2023 💯
FAQs
<img width="60px" height="60px" src="https://www.npmjs.com/npm-avatar/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdmF0YXJVUkwiOiJodHRwczovL3MuZ3JhdmF0YXIuY29tL2F
The npm package sysdesign2023 receives a total of 6 weekly downloads. As such, sysdesign2023 popularity was classified as not popular.
We found that sysdesign2023 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.

Research
/Security News
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.

Research
/Security News
4 compromised asyncapi packages deliver miasma botnet loader on macOS, Linux and Windows.

Research
/Security News
A compromised jscrambler npm release added a malicious preinstall hook that runs hidden native binaries on Linux, macOS, and Windows.