Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@larscom/ng-qrcode-svg
Advanced tools
Simple and powerful QR code generator (SVG only) for Angular.
✨ Live Demo
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 69 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.