
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
ngx-chiptan
Advanced tools
Angular component to renders chiptan flicker code.
Demo: https://fundsaccess.github.io/ngx-chiptan/
npm:
$ npm i ngx-chiptan --save
yarn:
yarn add ngx-chiptan
Once installed you need to import the main module:
import { NgxChiptanModule } from 'ngx-chiptan';
@NgModule({
declarations: [],
imports: [NgxChiptanModule],
})
export class Module {
}
<ngx-chiptan
code="17850120452019980412345678041234567804123456789E"
width="300"
height="150"
bgColor="#000"
barColor="#fff">
</ngx-chiptan>
Property | Type | Default | Description |
---|---|---|---|
code | string | '' | ChipTAN code to render. |
width | number | 205 | Canvas width. |
height | number | 100 | Canvas height. |
bgColor | string | '#000' | Canvas background color. |
barColor | string | '#fff' | Vertical bar(s) in canvas color. |
https://fundsaccess.github.io/ngx-chiptan/
or
cd projects/ngx-chiptan-showcase
ng serve
Inspired by
chipTAN Flickercodes article
Copyright (c) 2019 fundsaccess AG. Licensed under the MIT License (MIT)
FAQs
Angular component to renders chiptan flicker code.
We found that ngx-chiptan demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.