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.
@larscom/ng-qrcode-svg
Advanced tools
Simple QR code generator (SVG only) for Angular
npm install @larscom/ng-qrcode-svg
QrcodeSvgModule
import { NgModule } from '@angular/core'
import { QrcodeSvgModule } from '@larscom/ng-qrcode-svg'
@NgModule({
imports: [
QrcodeSvgModule // import QrcodeSvgModule
]
})
export class MyModule {}
qrcode-svg
component which will render a QR code in SVG format<qrcode-svg value="hello world!"></qrcode-svg>
Name | Description | Default |
---|---|---|
@Input() value: string | The value which need to be encoded | undefined |
@Input() ecl: 'low' | 'medium' | 'quartile' | 'high' | Error correction level | medium |
@Input() borderSize: number | The padding between the edge and the QR code (quiet zone) | 2 |
@Input() size: string | number | The size of the QR code SVG (css format) | 250px |
@Input() backgroundColor: string | The 'path' color (background) | #FFFFFF |
@Input() foregroundColor: string | The 'rect' color (foreground) | #000000 |
@Input() alt: string | undefined | HTML alt attribute | undefined |
@Input() ariaLabel: string | undefined | HTML aria-label attribute | undefined |
FAQs
Simple QR code generator (SVG only) for Angular
The npm package @larscom/ng-qrcode-svg receives a total of 74 weekly downloads. As such, @larscom/ng-qrcode-svg popularity was classified as not popular.
We found that @larscom/ng-qrcode-svg demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.