
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
Export Codex CLI prompt history into a branded, shareable HTML page.
npm install -g dialogex
# Export the latest session from ~/.codex/history.jsonl
dialogex
# Include the latest git commit diff
dialogex --git
# Export a specific session id
dialogex --session-id 019bb3a0-c8ce-7261-ad4f-0cdc29d74802
# Write output to a custom folder and also emit JSON
dialogex --out-dir ./exports --json
--history <path>: path to history.jsonl (default: ~/.codex/history.jsonl)--session-id <id>: export a specific session--out-dir <dir>: output directory (default: ./dialogex-exports)--title <title>: page title--brand <text>: brand line (default: Made with Dialog)--brand-url <url>: brand link (default: https://dialog.sh)--og-image <url>: OpenGraph/Twitter image URL--base-url <url>: canonical URL for the page--diff-file <path>: include a diff from a file--git: include a diff from git show HEAD--json: also write a JSON payloadhistory.jsonl.FAQs
Export Codex CLI prompt history into a branded, shareable HTML page.
We found that dialogex demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.