Deno is a runtime for JavaScript and TypeScript that uses V8 and is built on Rust. It's version 1.23 has been released. Here are the updates that it comes with.
Support for
deflate-raw
inCompressionStream
andDecompressionStream
Remove
Deno.UnsafePointer
Remove
Deno.sleepSync
APINew unstable
Deno.getGid()
APINo type-checking by default
fix(ext/web): add EventTarget brand checking
File watcher now watches dynamic imports
Upgrade swc via deno_ast 0.16
Optimize FFI Rust side type checks
It ships with TypeScript 4.7
For more information refer this.
ย