
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
bix-invoice
Advanced tools
Simple formato de cuenta de cobro o factura
Basado en formato de simple-html-invoice-template
instala el modulo globalmente npm i -g bix-invoice
, puede omitir este paso si usas npx
Crea un archivo .json con la información, ej
{
"header": {
"title": "Cuenta de cobro"
},
"items": [
{
"description": "Licencia modulo de cuentas de cobro",
"qty": 1,
"value": 1500
}
],
"recipient": {
"name": "Enterprise LLC",
"document": "RUT 123.456.7489" //optional
},
"sender": {
"name": "Julian Reyes",
"document": "C.C. 1.890.234.567" // optional
},
"signature": { // optional
"file": "/path/to/my-signature.png"
},
"data": { // optional
"left": [
"<br>",
"<strong>Datos de consignación</strong>",
"<strong>Direccion</strong>: CL 100 44 - 10, Barranquilla Colombia",
"<strong>Telefono</strong>: (+57) 300 555 5515",
"<strong>Cuenta de Ahorros</strong>: COLOCOBM 123-123456-78"
]
}
}
Ejecuta $ bix-invoice ruta-archivo.json
o npx bix-invoice ruta-archivo.json
Formato, por defecto genera un PDF pero tambien es posible especificar HTML como formato de salida
$ bix-invoice ruta-archivo.json html
FAQs
Simple invoice generator
The npm package bix-invoice receives a total of 0 weekly downloads. As such, bix-invoice popularity was classified as not popular.
We found that bix-invoice demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.