
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
A fast, beautiful, local-first web viewer for JSONL / NDJSON log files.
🌐 Use it online: https://jsonl.site — 100% client-side, files never leave your browser.
Prefer a CLI with live tail? Zero runtime dependencies — just Node.js (≥ 18):
npx jsonlviz ~/logs
v) to see each line exactly as it is on disk, with search highlighting intactf key, or -F CLI flag); scrolling up pauses it automatically.* toggle), with match highlightingtail -f while your app writes to it (SSE, auto-reconnect, truncate-safe)/ search, j/k navigate, Enter inspect, Esc close)timestamp/ts/time, level/severity, message/msg/event, and morenpm install -g jsonlviz
or run it ad-hoc:
npx jsonlviz <path>
jsonlviz # open viewer in drag & drop mode
jsonlviz app.log.jsonl # open one file (live tail on)
jsonlviz ~/logs # register every *.jsonl under a directory
jsonlviz --port 9000 a.jsonl b.jsonl # multiple files, custom port
jsonlviz --no-open # don't launch a browser
jsonlviz -F ~/logs/app.log.jsonl # start with Follow (auto-scroll) enabled
jsonlviz --no-watch # disable live tail
Flags:
| flag | description |
|---|---|
-p, --port <n> | port (default 7777; auto-increments if busy) |
--host <h> | bind host (default 127.0.0.1) |
--no-open | don't auto-open the browser |
-F, --follow | start with Follow (auto-scroll to newest lines) enabled |
--no-watch | disable live file tailing |
-v, --version / -h, --help | the usual |
Security: the server only serves the files you explicitly registered on the command line — no arbitrary filesystem access, and it binds to localhost by default.
| key | action |
|---|---|
/ | focus search |
j / k or ↓ / ↑ | move selection |
Enter | inspect selected row |
Esc | close drawer / clear search |
g / G | jump to top / bottom |
v | toggle raw line view |
f | toggle follow (auto-scroll) |
| click column header | sort asc → desc → off |
| drag on histogram | zoom into time range (double-click resets) |
MIT
FAQs
Fast, beautiful local-first web viewer for JSONL / NDJSON log files. Zero dependencies.
The npm package jsonlviz receives a total of 9 weekly downloads. As such, jsonlviz popularity was classified as not popular.
We found that jsonlviz 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.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.