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.
@vkontakte/vk-qr
Advanced tools
JavaScript library for generating SVG code of VK-style QR codes.
Install via yarn
yarn add @vkontakte/vk-qr
or npm
npm install @vkontakte/vk-qr
And use in your code
import vkQr from '@vkontakte/vk-qr';
// Returns SVG code of generated 256x256 QR code with VK logo
const qrSvg = vkQr.createQR('Text to encode', {
qrSize: 256,
isShowLogo: true
});
generatedSvgCode = vkQr.createQR(text[, qrOptions]);
text
required
String to generate a QR code
options
optional
An options object containing any custom settings that you want to apply to the generated QR code. The possible options are:
qrSize
: Size of QR code.
Default is 128
className
: Class name of root SVG element
isShowLogo
: Show VK logo in center of QR code
Default is false
isShowBackground
: Show QR background. Default is false
backgroundColor
: QR code background HEX color. Works if isShowBackground
is enabled. Default is "#ffffff"
foregroundColor
: QR code HEX color
logoColor
: Color of logo. Default is "#4680c2"
logoData
: Reference to logo as a reference IRI
suffix
: SVG elements id postfix
ecc
: ECC level in range [0-3] (0 - low, 3 - high)
A string with SVG code.
The code is available under the MIT license.
FAQs
QR Code generator
We found that @vkontakte/vk-qr demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
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.