
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
TypeScript package to create beautiful CLI-based presentations with minimal code. Effortlessly craft and display terminal slide decks for demos and talks.
Build stunning, interactive slide decks directly in the terminal with TypeScript. typeview makes CLI presentations simple, elegant, and developer-friendly.
pnpm add typeview
Create a simple deck with a single slide:
// src/demo.ts
import { TypeView } from "typeview";
const tv = new TypeView({ title: "TypeView Demo" });
tv.addSlide({
title: "Hello",
content: "Welcome to TypeView 👋",
});
await tv.run();
Run it (examples):
# using tsx (recommended)
pnpm tsx src/demo.ts
# or using ts-node
pnpm ts-node --esm src/demo.ts
This will give the following output:

Contributions are welcome! Please submit issues and pull requests.
This project is licensed under the MIT license. See the LICENSE file for details.
FAQs
TypeScript package to create beautiful CLI-based presentations with minimal code. Effortlessly craft and display terminal slide decks for demos and talks.
We found that typeview 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
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.