
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.
@billomat/cli
Advanced tools
$ npm install -g @billomat/cli
| Command | Description | Arguments |
|---|---|---|
init | Initialize cli | |
activity | Show activity feed | --watch Polls the activity feed, default 15sec--watch <interval> Set poll interval in milliseconds |
search | Search across documents | --term <term*> Required*, provided search term--type <type> Type of document--size <int> Amount of listed results |
resource | List documents | --type <type*> Required*, type of document resource--page <int> page of resultset--size <int> Amount of listed results--sort <string> column sort (same as API)--desc Reverse column order directionCurrent available resources: Articles, Clients, Suppliers |
help | This command |
$ clib search --term something --type articles >> export.txt
$ clib search --term something >> export-1.txt && clib search --term otherthings >> export-2.txt
$ clib resource --type articles
$ clib resource --type clients --size 10 --page 2 --sort name
$ clib resource --type clients --size 10 --page 2 --sort name && clib resource --type articles --size 10 --page 3
node v18.15.0
npm v9.5.0
$ git clone git@github.com:vlrmprjct/billomat.cli.git
$ cd billomat.cli
$ npm ci
To use the dev-version of the API set the following:
$ export NODE_ENV=development
Remove environment variable to use prod-version:
$ unset NODE_ENV
$ chmod +x cli.js
$ ./cli.js [command] [--args]
FAQs
Billomat CLI
We found that @billomat/cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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.

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.