
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
holded-client
Advanced tools
A Node.js client for the Holded invoice API v1.0, see https://developers.holded.com/
yarn install holded-client
For example:
const HoldedClient = require('holded-client');
const client = new HoldedClient({ apiKey: 'your private api key' });
const { docTypes } = client.documents;
const invoicesList = await client.documents.list({ type: docTypes.INVOICE });
The client exposes the following Promise-based APIs:
contactssaleschannelsproductswarehousestreasuryexpensesaccountspaymentsdocumentsEach api exposes the following methods:
list()create({ resource })get({ id })update({ id, resource })delete({ id })Except for the documents API:
list({ type })create({ type, document })get({ type, id })update({ type, id, document })delete({ type, id })downloadPdf({ type, id })pay({ type, id, payment })Clone the repository and execute:
yarn test
git clone https://github.com/mawrkus/holded-client.gitgit checkout -b feature/my-new-featuregit commit -am 'Added some feature'npm run buildgit push origin my-new-feature/numberingseries supportFAQs
Holded API client
We found that holded-client 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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.