Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
@larscom/ng-qrcode-svg
Advanced tools
Simple and powerful 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
]
})
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 to encode (turns into QR code) | undefined |
@Input() ecc: '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 (px,em,rem) | 250 |
@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.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
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.