
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.
@rorz/dbml-renderer
Advanced tools
[MIRROR] of https://github.com/softwaretechnik-berlin/dbml-renderer
dbml-renderer renders DBML files to SVG images.
It provides a command line interface, so that you can easily use it in your
documentation toolchain.
npm install -g @softwaretechnik/dbml-renderer
It can then be used to render DBML files like so:
dbml-renderer -i example.dbml -o output.svg
For instance, the following input will produce the image below:
Table users {
id integer
username varchar
role varchar
created_at timestamp
}
Table posts {
id integer [primary key]
title varchar
body text [note: 'Content of the post']
user_id integer
created_at timestamp
}
Ref: posts.user_id > users.id
The examples directory contains other input and output examples.
The tests can be run with npm test. They use the examples available in the
examples directory. Each .dbml file is used as input to render each of the
available output formats.
The output of a test run is placed in .test-output. In case the renderer has
been modified, the test output can be visually inspected and, confirmed the
output is good, the expectations can be updated by copying them with the
following command:
cp .test-output/* examples/
To aid the visual inspection, you can open .compare-test-output.html to
compare side-by-side each generated SVG.
FAQs
[MIRROR] of https://github.com/softwaretechnik-berlin/dbml-renderer
We found that @rorz/dbml-renderer 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.