ZIP
WinGet
deno
denoland · 1.43.2 · 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
1.43.2
Description
A modern runtime for JavaScript and TypeScript
License
MIT
↗
Homepage
https://deno.land/
Installer URL
https://github.com/denoland/deno/releases/download/v1.43.2/deno-x86_64-pc-windows-msvc.zip
Release Notes
1.43.2 / 2024.05.08
- feat(runtime): allow adding custom extensions to snapshot (#23569)
- fix(compile): relative permissions should be retained as relative (#23719)
- fix(ext/node): check resource exists before close (#23655)
- fix(ext/node): don't rely on Deno.env to read NODE_DEBUG (#23694)
- fix(ext/node): napi_get_element and napi_set_element work with objects
(#23713)
- fix(ext/node): support delete process.env.var (#23647)
- fix(ext/web): properly handle Blob case for createImageBitmap (#…