
Research
/Security News
Popular Go Decimal Library Targeted by Long-Running Typosquat with DNS Backdoor
A long-running Go typosquat impersonated the popular shopspring/decimal library and used DNS TXT records to execute commands.
@pantherx.dev/node-pdf-signature
Advanced tools
Small (TS) library to "sign" PDF documents with a QR code.
The goal of this library is to enable novice users to easily verify whether a PDF (on, or off-screen "printed") is authentic, and has been signed, by directing them to a website.
File-based conversion:
import { promises as fs } from 'fs';
import { signPdfBuffer } from '../src';
const source = 'source.pdf'
const destination = 'destination.pdf'
const message = `a1113493-b844-4169-95c5-a626c36e665c`
const qrCodeContent = `https://someurl.com/a1113493-b844-4169-95c5-a626c36e665c`
async function automatic() {
const pdfBuffer = await fs.readFile(source)
const modifiedPdf = await signPdfBuffer(pdfBuffer, message, qrCodeContent)
await fs.writeFile(destination, modifiedPdf.data, 'utf-8')
}
Signature in PDFThe hard work is done by:
pdf-libFAQs
Sign PDF-Buffer documents with a QR code.
We found that @pantherx.dev/node-pdf-signature demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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 long-running Go typosquat impersonated the popular shopspring/decimal library and used DNS TXT records to execute commands.

Research
Active npm supply chain attack compromises @antv packages in a fast-moving malicious publish wave tied to Mini Shai-Hulud.

Security News
/Research
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.