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.
@inexio/dg-ui
Advanced tools
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.7.
This library was generated with Angular CLI version 9.0.7.
# Angular CLI
$ ng add @inexio/dg-ui
# NPM
$ npm install @inexio/dg-ui
Then, add the dg-ui
global styles and the dg-ui
theme to your project:
styles.scss
:
@import "~@inexio/dg-ui/dg-ui";
@import "~@inexio/dg-ui/dg-ui-theme";
Alternatively, you can also add the global dg-ui
styles to your angular.json
:
angular.json
:
{
"projects": {
"example-project": {
"architect": {
"build": {
"options": {
"styles": ["node_modules/@inexio/dg-ui/dg-ui.css"]
}
}
}
}
}
}
Simply run the following command to start the demo application. This also features hot reloading of changes made to library components.
$ ng serve
Run the following comands to build the library into the dist
folder:
# Development
$ ng build dg-ui
# Production
$ ng build dg-ui --prod
Push or merge into master and initiate a new package release by running the following command inside of dist/dg-ui
:
$ np
FAQs
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.7.
We found that @inexio/dg-ui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.