
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
@liam-hq/cli
Advanced tools
Command-line tool designed to generate a web application that displays ER diagrams. See https://liambx.com/docs/cli
Command-line tool designed to generate a web application that displays ER diagrams.
See https://liambx.com/docs/cli
pnpm run test
To build the CLI for development purposes, run:
pnpm run build
# The executable will be output to dist-cli/bin/cli.js.
After building, you can invoke it locally with:
node ./dist-cli/bin/cli.js erd build --input ./fixtures/input.schema.rb --format schemarb
To make it globally accessible as liam, use:
pnpm link --global
pnpm dev
This command currently performs the following actions:
erd build --input ./fixtures/input.schema.rb --format schemarb.schema.json to the public/ directory and launches the Vite development server.bin/cli.ts: This is the main CLI script.src/cli/: Contains the source code for the CLI.fixtures/input.schema.rb: A sample input file used for testing and development purposes.src/{App,main}.tsx, index.html: These files constitute the web application's entry point, which displays ER diagrams.FAQs
Command-line tool designed to generate a web application that displays ER diagrams. See https://liambx.com/docs/cli
The npm package @liam-hq/cli receives a total of 1,990 weekly downloads. As such, @liam-hq/cli popularity was classified as popular.
We found that @liam-hq/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.