Deno 2.8
Deno 2.8 has not yet been officially released, as the release post for this version is still unpublished. Users are directed to check the GitHub releases page for the most current status on the latest…
Deno 2.8 has not yet been officially released, as the release post for this version is still unpublished. Users are directed to check the GitHub releases page for the most current status on the latest…
The article introduces Claw Patrol, an open-source security firewall developed by Deno to address the risks of giving AI agents access to production systems like AWS, Kubernetes, and databases. Unlike…
Here is a factual summary of the article: Fresh 2.3, a web framework for Deno, has been released with over 100 commits from 20 contributors. The update delivers on its "zero JavaScript by default" pr…
Deno 2.7 has been released, introducing a stabilized Temporal API for date/time handling, official builds for Windows on ARM (aarch64), and support for the `overrides` field in `package.json` to contr…
This article is the sixth and final part of a series on building a browser-based dinosaur runner game with Deno. It focuses on implementing observability by adding structured JSON logging and custom O…
Based on the article, this is part 5 of a series guiding readers through building a browser-based dinosaur runner game using Deno. This stage focuses on adding player identity and customization featur…
Deno Sandbox is a new security feature from Deno Deploy that provides lightweight Linux microVMs for running untrusted code, such as LLM-generated scripts, with defense-in-depth isolation. It protects…
Deno Deploy has officially launched as a general availability service, offering a zero-config platform for deploying JavaScript and TypeScript applications that supports all major frameworks and autom…
Based on the article, this is the fourth installment in a series about building a browser-based dinosaur runner game using Deno. The post focuses on integrating a PostgreSQL database to persist player…
This article is the third part of a tutorial series on building a browser-based dinosaur runner game using Deno. It focuses on implementing obstacles and collision detection, teaching readers how to s…
This article is part two of a series on building a browser-based dinosaur runner game using Deno. It focuses on implementing the game loop, HTML5 canvas rendering, and keyboard/mouse controls for jump…
A high-severity Denial-of-Service (DoS) vulnerability (CVE-2025-55184) was disclosed in React Server Components and Next.js on December 11, 2025, allowing attackers to hang servers via a crafted HTTP …
Deno 2.6 introduces a new tool called `dx`, which functions as an equivalent to `npx` for conveniently running binaries from npm and JSR packages. The release also adds more granular permission contro…
This article is the first part of a series that guides readers through building a browser-based dinosaur runner game using Deno. It explains how to set up a basic Deno project, configure a local serve…
A critical Remote Code Execution (RCE) vulnerability (CVE-2025-55182) was discovered in React Server Functions and Next.js, affecting all versions of React's Server Function protocol and implementatio…
The article announces the launch of a rebuilt version of Deno Deploy, a hosting platform rebuilt from scratch for greater flexibility and power. New features include an integrated CI/CD build pipeline…
The article summarizes several open-source projects developed by the Deno team, all released under the MIT license. Key projects include **rusty_v8** (Rust bindings for the V8 JavaScript engine, now s…
The article explains that Node.js and npm have a permissive default security model, allowing any installed package code, including malicious scripts, full system access. In contrast, Deno is designed …
The article announces a GoFundMe campaign by Deno to raise $200,000 for legal costs in a petition to cancel Oracle's "JavaScript" trademark, arguing the term has become a generic public domain name fo…
Deno 2.5 introduces the ability to define permission sets directly in the `deno.json` config file, allowing users to pre-configure and reuse specific permission flags for different commands like `deno…