Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
@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.
The npm package @inexio/dg-ui receives a total of 3 weekly downloads. As such, @inexio/dg-ui popularity was classified as not popular.
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
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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.