
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.
blndgs-model
Advanced tools
Reusing data types, domain model or Shared Kernel in DDD parlance.
This uses Protobuf definitions and holds the equivalent code for both
Golang and Typescript that can be used in userland code.
If you don’t have buf installed, follow the installation guide from buf.build.
buf generate
All models are currently defined in the asset.proto file. It is a relatively
small model.
If adding lots of models, might make sense to split into a new file.
The below steps are needed to successfully update and distribute the models:
.proto file.buf lintbuf format -w.buf generatebuf.gen.yaml
to include the task.package.jsonOn every PR and Push, Github actions runs multiple tasks, one of which runs
buf generate on the CI runner and checks if there is a diff between the generated
code you are submitting and what it generates. If there is a diff, the CI run fails.
This ensures bad code isn't mistakenly committed and we can safely distribute the changes to everyone
For the test run the following command:
go test ./...
FAQs
Protobuf definitions for Intents
The npm package blndgs-model receives a total of 1 weekly downloads. As such, blndgs-model popularity was classified as not popular.
We found that blndgs-model 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.