
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
angular-gillicons
Advanced tools
An Angular library that permits to use all the icons from the **[gillicons](https://github.com/GillianPerard/gillicons)** package thanks to a uniq component.
An Angular library that permits to use all the icons from the gillicons package thanks to a uniq component.
See gillicons.gillianperard.com.
npm install gillicons angular-gillicons --save
# or
yarn add gillicons angular-gillicons
To use the gillicon component, you need to add the gillicon module to your own module.
import { GilliconModule } from 'angular-gillicons';
@NgModule({
declarations: [
...
],
imports: [
...,
GilliconModule // import the gillicon module
],
bootstrap: [
...
]
})
export class YourModule { }
Then you need to import the icons you want (from the gillicons package) into the desired component.
Directly:
import { giPlus } from 'gillicons/giPlus';
Or using destructuring:
import { giPlus } from 'gillicons';
Assign the imported icon to a property which could be used in you html file.
public giPlus = giPlus;
Finally use it within the gillicon component:
<gillicon [icon]="giPlus"></gillicon>
This library is released under the terms of the MIT License.
FAQs
An Angular library that permits to use all the icons from the **[gillicons](https://github.com/GillianPerard/gillicons)** package thanks to a uniq component.
We found that angular-gillicons 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.