
Security News
Software Engineering Daily Podcast: Feross on AI, Open Source, and Supply Chain Risk
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.
Fetch haikus from https://haiku.ist from your terminal
$ npm install -g haikuist
Or for a one-time run:
$ npx haikuist
$ haikuist --help
haikuist v1.0.0
Usage:
$ haikuist [command]
$ haikuist latest Fetch latest haiku
$ haikuist about Display contents of about page
Options:
--info Display https://haiku.ist/about page [boolean]
-h, --help Show help [boolean]
-v, --version Show version number [boolean]
Homepage: https://github.com/vladimyr/haikuist
Report issue: https://github.com/vladimyr/haikuist/issues
Retrieve contents of haiku.ist/about page.
Returns Promise<Page> About page.
Get total number of haikus.
Returns Promise<Number> Total number of haikus available.
Retrieve multiple haikus from haiku.ist archive.
options Object WordPress REST API /posts endpoint
arguments.
options.pageSize Number Maximum number of items to be returned in result set. (optional, default 10)Returns Promise<Response<Post>> Paginated listing of haiku posts.
Fetch latest haiku.
Returns Promise<Post> Latest post containing haiku.
Fetch random haiku from haiku.ist archive.
Returns Promise<Post> Random post containing haiku.
WordPress API client Page response type.
Type: WordPressClient.Page
WordPress API client Post response type.
Type: WordPressClient.Post
WordPress API client response type used for paginated responses.
Type: WordPressClient.Response<T>
FAQs
Fetch haikus from https://haiku.ist from your terminal
We found that haikuist 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
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.

Security News
GitHub has revoked npm classic tokens for publishing; maintainers must migrate, but OpenJS warns OIDC trusted publishing still has risky gaps for critical projects.

Security News
Rust’s crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.