ZIP
WinGet
Deno
Deno Land Inc. · 2.5.4 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
deno-x86_64-pc-windows-msvc.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
DenoLand.Deno
Version
2.5.4
Description
A modern runtime for JavaScript and TypeScript
License
MIT
↗
Homepage
https://deno.com/
Installer URL
https://github.com/denoland/deno/releases/download/v2.5.4/deno-x86_64-pc-windows-msvc.zip
Release Notes
- fix(cache): don't try to set up node_modules with node_modules_dir manual in
deno cache (#30957)
- fix(cli): jsx pragma-related swc panics (#30935)
- fix(ext/node): fs.cp and fs.cpSync compatibility (#30502)
- fix(ext/node): fs.stat and fs.statSync compatibility (#30866)
- fix(ext/node): avoid stack overflow in node:zlib's gunzip (#30865)
- fix(ext/node): fs.realpath buffer encoding (#30885)
- fix(ext/node): inspect X509Certificate class (#30882)
- fix(ext/node): map BadResource error to the…