Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@alexssmusica/node-pdf-nfe
Advanced tools
Biblioteca para geração Danfe NF-e/NFC-e em aplicações node.js
Basta instalar através dos comandos
npm install @alexssmusica/node-pdf-nfe
yarn add @alexssmusica/node-pdf-nfe
import { gerarPDF } from '@alexssmusica/node-pdf-nfe';
import fs from 'fs';
const xml = fs.readFileSync('/path/to/file.xml').toString();
const logo = '/path/to/logo';
const doc = await gerarPDF(xml, logo);
doc.pipe(fs.createWriteStream('/path/to/file.pdf'));
FAQs
Modulo que auxilia na geração da Danfe NFe e NFCe.
The npm package @alexssmusica/node-pdf-nfe receives a total of 20 weekly downloads. As such, @alexssmusica/node-pdf-nfe popularity was classified as not popular.
We found that @alexssmusica/node-pdf-nfe 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.