nautls / nautilus-wallet

Privacy wallet designed for Ergo Platform

Home Page:https://www.nautiluswallet.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace `qrcode` with `uqr`

arobsn opened this issue · comments

qrcode library has 29 dependencies from 16 different maintainers. This needs to be replaced to minimize supply chain attack vectors.

A good and well tested alternative is uqr, a small and dependency-free QR Code generation library.

Implementation details

ReceiveView.vue and ExtendedPublicKeyModal.vue are the only places that qrcode library is used