
Security News
CISA’s 2025 SBOM Guidance Adds Hashes, Licenses, Tool Metadata, and Context
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Palaver is a ruby library for making text user interfaces based on the program "dialog" (http://invisible-island.net/dialog/). It aims at making all the features of the "dialog" program available for Ruby programs.
The project was started because the RDialog (http://rdialog.rubyforge.org/) project with similar aims seemed idle and missed some features that I needed. I also felt that RDialogs API was not a very good match for some of the more complex dialogs supported by the "dialog" program.
In order to scratch these itches I have implemented, what I call the "blocks based API", in Palaver. This API works by passing a Ruby block to a factory method, the function calls in this block then defines the dialog to be created. I believe this kind of API is well suited for things like the "menu" and "form" dialogs from the "dialog" program. For the simpler dialogs a more conventional API where the factory methods are given hashes containing parameter to value mappings is implemented. The examples in the "examples" directory show how both kind of APIs can be used.
FAQs
Unknown package
We found that palaver 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
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.