---
title: "Deno 2.8"
url: https://daily.dev/posts/deno-2-8-bkie6q33k
source_url: https://deno.com/blog/v2.8
type: article
source: "Deno"
published: 2026-05-22T13:19:10.310Z
updated: 2026-05-22T13:19:39.742Z
tags: ["javascript", "nodejs", "typescript", "npm", "deno"]
reading_time: 42
upvotes: 64
comments: 3
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Deno 2.8

**[Deno](https://daily.dev/sources/deno)** · 42 min read · 64 upvotes · 3 comments

## Summary

Deno 2.8 is the biggest minor release to date, introducing six new subcommands: `deno audit fix` (auto-patches vulnerable npm packages), `deno bump-version` (semver bumping with Conventional Commits support), `deno ci` (reproducible lockfile-based installs), `deno pack` (builds npm-publishable tarballs from Deno/JSR projects), `deno transpile` (strips TypeScript types to plain JS), and `deno why` (explains why a package is installed). Key highlights include: 3.66x faster cold npm installs via parallel resolution, abbreviated packuments, and optimized decompression; Node.js API compatibility jumping from 42% to 76.4% pass rate; `import defer` support (TC39 proposal for lazy module evaluation); TypeScript 6.0.3 bundled; `lib.node` types included by default; Chrome DevTools network inspection for Deno programs; built-in CPU profiler with flamegraph and Markdown output; `catalog:` protocol for monorepo dependency version management; framework-aware `deno compile` supporting Next.js, Astro, Fresh, Remix, SvelteKit, and more; OpenTelemetry gRPC exporter and permission audit integration; and numerous testing improvements including per-test timeouts, function coverage reporting, and sanitizers off by default.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://deno.com/blog/v2.8>

## Community discussion

Top comments from developers on daily.dev.

**@augustl** · 0 upvotes

> Wondering when the JVM will copy the DNS based allowlist network traffic setup in Deno! Would eliminate entire classes of attacks.

**@samrat25** · 0 upvotes

> ![GIF](https://static.klipy.com/ii/ce286d05b8e1a47cd4f32b0e1b6dec0e/a9/cf/XkQd9unQ.gif)

## Similar posts on daily.dev

- [Deno's biggest minor release ever](https://daily.dev/posts/deno-s-biggest-minor-release-ever-byjsxzv7r) · Bytes by ui.dev · 0 upvotes · 0 comments

---

Tags: [#javascript](https://daily.dev/tags/javascript), [#nodejs](https://daily.dev/tags/nodejs), [#typescript](https://daily.dev/tags/typescript), [#npm](https://daily.dev/tags/npm), [#deno](https://daily.dev/tags/deno)

[View this post on daily.dev](https://daily.dev/posts/deno-2-8-bkie6q33k)
