# v8

Published articles for v8.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Security Week 2637: взлом Dropbox через Lenovo ID

DevFeed: [Security Week 2637: взлом Dropbox через Lenovo ID](<https://devfeed.tech/articles/security-week-2637-dropbox-lenovo-id-23094.md>)

Original publisher: [Read original article](<https://habr.com/ru/companies/kaspersky/articles/1079346/>)

Author: Kaspersky\_Lab ("Лаборатория Касперского")

Published: 2026-09-07T20:01:45Z

Content type: news

Language: ru

Sources: ["Лаборатория Касперского" RU](<https://devfeed.tech/sources/ru-2.md>)

Topics: [Security](<https://devfeed.tech/topics/security.md>), [dropbox](<https://devfeed.tech/topics/dropbox.md>), [Google Chrome](<https://devfeed.tech/topics/google-chrome.md>), [V8](<https://devfeed.tech/topics/v8.md>), [OpenAI](<https://devfeed.tech/topics/openai.md>), [WordPress](<https://devfeed.tech/topics/wordpress.md>), [migration](<https://devfeed.tech/topics/migration.md>)

Tags: [chrome](<https://devfeed.tech/tags/chrome.md>), [dropbox](<https://devfeed.tech/tags/dropbox.md>), [google-chrome](<https://devfeed.tech/tags/google-chrome.md>), [id](<https://devfeed.tech/tags/id.md>), [lenovo](<https://devfeed.tech/tags/lenovo.md>), [news](<https://devfeed.tech/tags/news.md>), [openai](<https://devfeed.tech/tags/openai.md>), [security](<https://devfeed.tech/tags/security.md>), [sql](<https://devfeed.tech/tags/sql.md>), [tag-9fe8963de219](<https://devfeed.tech/tags/tag-9fe8963de219.md>), [v8](<https://devfeed.tech/tags/v8.md>), [wordpress](<https://devfeed.tech/tags/wordpress.md>)

### AI overview

A weekly security roundup reports that several thousand Dropbox accounts were compromised through flawed Lenovo ID authorization. It also covers ValleyRAT spyware, a Google Chrome V8 vulnerability, OpenAI agents making changes outside a test environment, Plex updates, and a WordPress plugin SQL injection.

### Source excerpt

Как стало известно на прошлой неделе, несколько тысяч учетных записей в сервисе Dropbox были взломаны в период с 4 по 21 августа. Взлом стал возможен из-за некорректной авторизации при использовании стороннего идентификатора Lenovo ID. Как выяснилось позднее, ошибка на стороне Lenovo позволяла зарегистрировать учетную запись на произвольный почтовый адрес, а потом использовать ее для доступа к учетке с тем же электронным адресом в Dropbox. Dropbox отреагировала на инцидент, принудительно разлогинив всех пользователей, использовавших Lenovo ID в качестве метода авторизации. Также было добавлено обязательное требование ввода пароля непосредственно для учетной записи Dropbox. Читать далее

## Durable Objects are Made for Agents

DevFeed: [Durable Objects are Made for Agents](<https://devfeed.tech/articles/durable-objects-are-made-for-agents-37184.md>)

Original publisher: [Read original article](<https://calv.info/durable-objects-are-made-for-agents>)

Author: Calvin French-Owen

Published: 2026-07-22T12:00:00Z

Content type: opinion

Language: en

Sources: [Calvin French-Owen](<https://devfeed.tech/sources/calvin-french-owen.md>)

Topics: [Cloudflare](<https://devfeed.tech/topics/cloudflare.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [SQLite](<https://devfeed.tech/topics/sqlite.md>), [V8](<https://devfeed.tech/topics/v8.md>), [event driven](<https://devfeed.tech/topics/event-driven.md>), [WebSocket](<https://devfeed.tech/topics/websocket.md>), [wasm](<https://devfeed.tech/topics/wasm.md>)

Tags: [cloudflare](<https://devfeed.tech/tags/cloudflare.md>), [event-driven](<https://devfeed.tech/tags/event-driven.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [v8](<https://devfeed.tech/tags/v8.md>), [websockets](<https://devfeed.tech/tags/websockets.md>)

### AI overview

An opinionated technical article explains why Cloudflare Durable Objects can be a strong primitive for building agents and other stateful products. It describes their serverless V8 execution model, per-object SQLite storage, ID-based request routing, event-driven structure, and potential shortcomings.

### Source excerpt

I've spent the last few months building almost exclusively on Cloudflare Durable Objects. They're a near-perfect primitive for building agents--here's where they shine, and where they fall short.

## Building Durable Order-Processing Workflows with Temporal and Encore

DevFeed: [Building Durable Order-Processing Workflows with Temporal and Encore](<https://devfeed.tech/articles/temporal-encore-17847.md>)

Original publisher: [Read original article](<https://encore.dev/blog/temporal-tutorial>)

Author: Ivan Cernja

Published: 2026-04-29T00:00:00Z

Content type: tutorial

Language: en

Sources: [Encore Updates](<https://devfeed.tech/sources/encore-updates.md>)

Topics: [Tutorial](<https://devfeed.tech/topics/tutorial.md>), [Development](<https://devfeed.tech/topics/development.md>), [Back end](<https://devfeed.tech/topics/backend.md>), [API](<https://devfeed.tech/topics/api.md>), [V8](<https://devfeed.tech/topics/v8.md>), [Database](<https://devfeed.tech/topics/database.md>), [Terminal](<https://devfeed.tech/topics/terminal.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [backend](<https://devfeed.tech/tags/backend.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [code](<https://devfeed.tech/tags/code.md>), [database](<https://devfeed.tech/tags/database.md>), [development](<https://devfeed.tech/tags/development.md>), [http](<https://devfeed.tech/tags/http.md>), [packages](<https://devfeed.tech/tags/packages.md>), [terminal](<https://devfeed.tech/tags/terminal.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>), [v8](<https://devfeed.tech/tags/v8.md>)

### AI overview

This tutorial builds an order-processing backend with Temporal and Encore. It demonstrates durable workflow execution across inventory checks, payment, shipping, and confirmation, including retries, crash recovery, and compensation when a step fails.

### Source excerpt

Durable workflows with automatic infrastructure

## wastrel milestone: full hoot support, with generational gc as a treat

DevFeed: [wastrel milestone: full hoot support, with generational gc as a treat](<https://devfeed.tech/articles/wastrel-milestone-full-hoot-support-with-generational-gc-as-a-treat-35036.md>)

Original publisher: [Read original article](<https://wingolog.org/archives/2026/04/09/wastrel-milestone-full-hoot-support-with-generational-gc-as-a-treat>)

Author: Andy Wingo

Published: 2026-04-09T13:48:04Z

Content type: article

Language: en

Sources: [wingolog](<https://devfeed.tech/sources/wingolog.md>)

Topics: [WebAssembly](<https://devfeed.tech/topics/web-assembly.md>), [scheme](<https://devfeed.tech/topics/scheme.md>), [toolchain](<https://devfeed.tech/topics/toolchain.md>), [gcc](<https://devfeed.tech/topics/gcc.md>)

Tags: [binaries](<https://devfeed.tech/tags/binaries.md>), [garbage-collection](<https://devfeed.tech/tags/garbage-collection.md>), [gc](<https://devfeed.tech/tags/gc.md>), [gcc](<https://devfeed.tech/tags/gcc.md>), [hoot](<https://devfeed.tech/tags/hoot.md>), [optimization](<https://devfeed.tech/tags/optimization.md>), [repl](<https://devfeed.tech/tags/repl.md>), [scheme](<https://devfeed.tech/tags/scheme.md>), [spidermonkey](<https://devfeed.tech/tags/spidermonkey.md>), [toolchain](<https://devfeed.tech/tags/toolchain.md>), [treats](<https://devfeed.tech/tags/treats.md>), [v8](<https://devfeed.tech/tags/v8.md>), [wasm](<https://devfeed.tech/tags/wasm.md>), [wastrel](<https://devfeed.tech/tags/wastrel.md>), [web](<https://devfeed.tech/tags/web.md>), [webassembly](<https://devfeed.tech/tags/webassembly.md>)

### AI overview

The article describes a Wastrel milestone: compiling WebAssembly files produced by the Hoot Scheme toolchain into native binaries, including a console-based read-eval-print loop. It covers the build process, runtime modules, binary size, dependencies, and initial performance observations.

### Source excerpt

Hear ye, hear ye: Wastrel and Hoot means REPL! Which is to say, Wastrel can now make native binaries out of WebAssembly files as produced by the Hoot Scheme toolchain, up to and including a full read-eval-print loop. Like the REPL on the Hoot web page, but instead of requiring a browser, you can just run it on your console. Amazing stuff! try it at home First, we need the latest Hoot. Build it from source, then compile a simple REPL: echo '(import (hoot repl)) (spawn-repl)' > repl.scm ./pre-inst-env hoot compile -fruntime-modules -o repl.wasm repl.scm This takes about a minute. The resulting wasm file has a pretty full standard library including a full macro expander and evaluator. Normally Hoot would do some aggressive tree-shaking to discard any definitions not used by the program, but with a REPL we don't know what we might need. So, we pass -fruntime-modules to instruct Hoot to record all modules and their bindings in a central registry, so they can be looked up at run-time. This results in a 6.6 MB Wasm file; with tree-shaking we would have been at 1.2 MB. Next, build Wastrel from source, and compile our new repl.wasm: wastrel compile -o repl repl.wasm This takes about 5 minutes on my machine: about 3 minutes to generate all the C, about 6.6MLOC all in all, split into a couple hundred files of about 30KLOC each, and then 2 minutes to compile with GCC and link-time optimization (parallelised over 32 cores in my case). I have some ideas to golf the first part down a bit, but the the GCC side will resist improvements. Finally, the moment of truth: $ ./repl Hoot 0.8.0 Enter `,help' for help. (hoot user)> "hello, world!" => "hello, world!" (hoot user)> statics When I first got the REPL working last week, I gasped out loud: it's alive, it's alive!!! Now that some days have passed, I am finally able to look a bit more dispassionately at where we're at. Firstly, let's look at the compiled binary itself. By default, Wastrel passes the -g flag to GCC, which results in bi

## Node.js 24.12.0 (LTS)

DevFeed: [Node.js 24.12.0 (LTS)](<https://devfeed.tech/articles/node-js-24-12-0-lts-2812.md>)

Original publisher: [Read original article](<https://nodejs.org/en/blog/release/v24.12.0>)

Published: 2025-12-10T16:51:31Z

Content type: release

Language: en

Sources: [Node.js Blog](<https://devfeed.tech/sources/node-js-blog.md>)

Topics: [Node.js](<https://devfeed.tech/topics/node-js.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [servers](<https://devfeed.tech/topics/servers.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Web](<https://devfeed.tech/topics/web.md>), [cross-platform](<https://devfeed.tech/topics/cross-platform.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Script](<https://devfeed.tech/topics/script.md>), [V8](<https://devfeed.tech/topics/v8.md>), [SQLite](<https://devfeed.tech/topics/sqlite.md>), [Python](<https://devfeed.tech/topics/python.md>)

Tags: [command-line](<https://devfeed.tech/tags/command-line.md>), [cross-platform](<https://devfeed.tech/tags/cross-platform.md>), [crypto](<https://devfeed.tech/tags/crypto.md>), [debugger](<https://devfeed.tech/tags/debugger.md>), [developers](<https://devfeed.tech/tags/developers.md>), [free](<https://devfeed.tech/tags/free.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [lts](<https://devfeed.tech/tags/lts.md>), [node](<https://devfeed.tech/tags/node.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [python](<https://devfeed.tech/tags/python.md>), [servers](<https://devfeed.tech/tags/servers.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [v8](<https://devfeed.tech/tags/v8.md>), [validation](<https://devfeed.tech/tags/validation.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

Node.js 24.12.0 (LTS) is a release containing minor enhancements and updates across the runtime, including server request optimization, configurable deprecation behavior, stable type stripping, new Node-API and SQLite capabilities, watch configuration, portable compile caching, inspector permissions, CPU profiling, performance improvements, validation fixes, debugger fixes, and dependency updates.

### Source excerpt

Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.

## Node.js 25.0.0 (Current)

DevFeed: [Node.js 25.0.0 (Current)](<https://devfeed.tech/articles/node-js-25-0-0-current-2834.md>)

Original publisher: [Read original article](<https://nodejs.org/en/blog/release/v25.0.0>)

Published: 2025-10-15T17:12:18Z

Content type: release

Language: en

Sources: [Node.js Blog](<https://devfeed.tech/sources/node-js-blog.md>)

Topics: [Node.js](<https://devfeed.tech/topics/node-js.md>), [V8](<https://devfeed.tech/topics/v8.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [JIT](<https://devfeed.tech/topics/jit.md>), [WebAssembly](<https://devfeed.tech/topics/web-assembly.md>)

Tags: [command-line](<https://devfeed.tech/tags/command-line.md>), [cross-platform](<https://devfeed.tech/tags/cross-platform.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [jit](<https://devfeed.tech/tags/jit.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [v8](<https://devfeed.tech/tags/v8.md>), [web-apps](<https://devfeed.tech/tags/web-apps.md>), [webassembly](<https://devfeed.tech/tags/webassembly.md>)

### AI overview

Node.js 25.0.0 is a current release that upgrades V8 to 14.1, adds performance and WebAssembly/JIT improvements, and expands secure-by-default and web-standard APIs. It also finalizes or removes several long-deprecated APIs and introduces features including portable compile cache and JSPI for WebAssembly.

### Source excerpt

Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.

## Node.js 24.6.0 (Current)

DevFeed: [Node.js 24.6.0 (Current)](<https://devfeed.tech/articles/node-js-24-6-0-current-2830.md>)

Original publisher: [Read original article](<https://nodejs.org/en/blog/release/v24.6.0>)

Published: 2025-08-14T21:11:47Z

Content type: release

Language: en

Sources: [Node.js Blog](<https://devfeed.tech/sources/node-js-blog.md>)

Topics: [Node.js](<https://devfeed.tech/topics/node-js.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [cross-platform](<https://devfeed.tech/topics/cross-platform.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [servers](<https://devfeed.tech/topics/servers.md>), [SQLite](<https://devfeed.tech/topics/sqlite.md>), [V8](<https://devfeed.tech/topics/v8.md>)

Tags: [command-line](<https://devfeed.tech/tags/command-line.md>), [cross-platform](<https://devfeed.tech/tags/cross-platform.md>), [github](<https://devfeed.tech/tags/github.md>), [http](<https://devfeed.tech/tags/http.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [v8](<https://devfeed.tech/tags/v8.md>)

### AI overview

Node.js 24.6.0 is a Current release adding system CA configuration, ML-DSA cryptographic support, zstd dictionary support, HTTP keep-alive timeout buffering, filesystem updates, dependency upgrades, and documentation improvements.

### Source excerpt

Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.

## Node.js 24.4.1 (Current)

DevFeed: [Node.js 24.4.1 (Current)](<https://devfeed.tech/articles/node-js-24-4-1-current-2828.md>)

Original publisher: [Read original article](<https://nodejs.org/en/blog/release/v24.4.1>)

Published: 2025-07-15T22:14:44Z

Content type: release

Language: en

Sources: [Node.js Blog](<https://devfeed.tech/sources/node-js-blog.md>)

Topics: [Node.js](<https://devfeed.tech/topics/node-js.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [Security](<https://devfeed.tech/topics/security.md>), [V8](<https://devfeed.tech/topics/v8.md>), [cross-platform](<https://devfeed.tech/topics/cross-platform.md>), [Windows](<https://devfeed.tech/topics/windows.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [macOS](<https://devfeed.tech/topics/macos.md>)

Tags: [cross-platform](<https://devfeed.tech/tags/cross-platform.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [linux](<https://devfeed.tech/tags/linux.md>), [macos](<https://devfeed.tech/tags/macos.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [nodejs](<https://devfeed.tech/tags/nodejs.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [release](<https://devfeed.tech/tags/release.md>), [security](<https://devfeed.tech/tags/security.md>), [v8](<https://devfeed.tech/tags/v8.md>), [windows](<https://devfeed.tech/tags/windows.md>)

### AI overview

Node.js 24.4.1 is a security release addressing HashDoS in V8 and a Windows device-name path traversal protection bypass. The release also includes Windows, macOS, Linux, AIX, ARMv8, and source-code downloads.

### Source excerpt

Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.

## How Chrome doubled its Speedometer scores on Android

DevFeed: [How Chrome doubled its Speedometer scores on Android](<https://devfeed.tech/articles/how-chrome-doubled-its-speedometer-scores-on-android-4190.md>)

Original publisher: [Read original article](<https://blog.chromium.org/2024/12/doubling-speedometer-scores-android.html>)

Author: Chromium Blog (noreply@blogger.com)

Published: 2024-12-04T14:00:00Z

Content type: article

Language: en

Sources: [Chromium Blog](<https://devfeed.tech/sources/chromium-blog.md>)

Topics: [Chrome](<https://devfeed.tech/topics/chrome.md>), [Android](<https://devfeed.tech/topics/android.md>), [Benchmark](<https://devfeed.tech/topics/benchmark.md>), [V8](<https://devfeed.tech/topics/v8.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [web browser](<https://devfeed.tech/topics/web-browser.md>), [CSS](<https://devfeed.tech/topics/css.md>), [HTML](<https://devfeed.tech/topics/html.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [chrome](<https://devfeed.tech/tags/chrome.md>), [css](<https://devfeed.tech/tags/css.md>), [html](<https://devfeed.tech/tags/html.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [none](<https://devfeed.tech/tags/none.md>), [performance](<https://devfeed.tech/tags/performance.md>), [the-fast-and-the-curious](<https://devfeed.tech/tags/the-fast-and-the-curious.md>), [v8](<https://devfeed.tech/tags/v8.md>)

### AI overview

The article explains how Chrome more than doubled Speedometer 2.1 scores on many Android devices since Chrome M112. It attributes the gains to build optimizations, V8 and Blink improvements, and closer coordination with Android operating-system scheduling and SoC partners.

### Source excerpt

Today's The Fast and the Curious post covers how Chrome achieved best-in-class Speedometer scores on mobile devices, resulting in faster and smoother web experiences for Android users. Chrome has always been about speed. Whether it's loading pages quickly, running complex web apps smoothly, or delivering a seamless browsing experience, performance is at the heart of our browser. And we're always looking for ways to make Chrome even faster. Over the last two years, we have been hard at work on a number of performance improvements for Android devices. We're excited to share some of the progress we've made. Speedometer on Android One of the key metrics we use to track Chrome's performance is the Speedometer benchmark. This benchmark is developed in collaboration with other major web browser engines and measures how quickly Chrome can complete interactions with web pages, including parsing/rendering HTML or CSS and running JavaScript. Since the release of Chrome M112, we've seen a significant increase in Speedometer 2.1 scores on Android devices [1]. In fact, on many devices, scores more than doubled, with the newest Snapdragon® 8 Elite Mobile Platform setting new records for Speedometer performance on mobile devices! These huge accomplishments are a testament to the work not only of the Chrome and Android teams, but also our silicon and SoC partners. Since Chrome M112, Speedometer 2.1 scores have more than doubled on many Android devices. [1] How Did We Do It? The improvements resulted from several changes, including: Build optimizations: We've made a number of changes to the way Chrome is built, which has resulted in faster code execution tuned to modern premium Android devices and SoCs. V8 and Blink improvements: Many improvements to the JavaScript engine (V8) and the rendering engine (Blink) have further boosted performance. Scheduling, OS and SoCs: We worked closely with Android partners to optimize the way Chrome interacts with the operating system and its thread

## Node.js 22.0.0 (Current)

DevFeed: [Node.js 22.0.0 (Current)](<https://devfeed.tech/articles/node-js-22-0-0-current-2756.md>)

Original publisher: [Read original article](<https://nodejs.org/en/blog/release/v22.0.0>)

Published: 2024-04-24T18:23:41Z

Content type: release

Language: en

Sources: [Node.js Blog](<https://devfeed.tech/sources/node-js-blog.md>)

Topics: [Node.js](<https://devfeed.tech/topics/node-js.md>), [V8](<https://devfeed.tech/topics/v8.md>), [WebSocket](<https://devfeed.tech/topics/websocket.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>)

Tags: [javascript](<https://devfeed.tech/tags/javascript.md>), [latest-release](<https://devfeed.tech/tags/latest-release.md>), [new-features](<https://devfeed.tech/tags/new-features.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [release](<https://devfeed.tech/tags/release.md>), [v8](<https://devfeed.tech/tags/v8.md>), [websocket](<https://devfeed.tech/tags/websocket.md>)

### AI overview

Node.js 22.0.0 is a Current release featuring support for requiring synchronous ESM graphs, a WebSocket client, updates to the V8 JavaScript engine, and several other changes. It is scheduled to enter long-term support in October.

### Source excerpt

Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.

## Node.js 21 is now available!

DevFeed: [Node.js 21 is now available!](<https://devfeed.tech/articles/node-js-21-is-now-available-2432.md>)

Original publisher: [Read original article](<https://nodejs.org/en/blog/announcements/v21-release-announce>)

Published: 2023-10-17T15:45:00Z

Content type: article

Language: en

Sources: [Node.js Blog](<https://devfeed.tech/sources/node-js-blog.md>)

Topics: [Node.js](<https://devfeed.tech/topics/node-js.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [releases](<https://devfeed.tech/topics/releases.md>), [V8](<https://devfeed.tech/topics/v8.md>), [WebSocket](<https://devfeed.tech/topics/websocket.md>), [CommonJS](<https://devfeed.tech/topics/commonjs.md>)

Tags: [commonjs](<https://devfeed.tech/tags/commonjs.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [lts](<https://devfeed.tech/tags/lts.md>), [new-features](<https://devfeed.tech/tags/new-features.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [releases](<https://devfeed.tech/tags/releases.md>), [v8](<https://devfeed.tech/tags/v8.md>), [websocket](<https://devfeed.tech/tags/websocket.md>)

### AI overview

The article announces Node.js 21, which updates the V8 JavaScript engine to version 11.8, makes selected features stable, adds an experimental flag for changing module defaults, introduces a built-in WebSocket client, and expands the test runner with glob expression support. Node.js 21 becomes the Current release line while Node.js 20 moves toward long-term support.

### Source excerpt

Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.

## Nuxt on the Edge

DevFeed: [Nuxt on the Edge](<https://devfeed.tech/articles/nuxt-on-the-edge-3410.md>)

Original publisher: [Read original article](<https://nuxt.com/blog/nuxt-on-the-edge>)

Published: 2023-07-13T00:00:00Z

Content type: article

Language: en

Sources: [The Nuxt Blog](<https://devfeed.tech/sources/the-nuxt-blog.md>)

Topics: [Nuxt.js](<https://devfeed.tech/topics/nuxt.md>), [Cloudflare Workers](<https://devfeed.tech/topics/cloudflare-workers.md>), [Server-side rendering](<https://devfeed.tech/topics/server-side-rendering.md>), [V8](<https://devfeed.tech/topics/v8.md>), [Vue.js](<https://devfeed.tech/topics/vue.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [cloudflare-workers](<https://devfeed.tech/tags/cloudflare-workers.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [latency](<https://devfeed.tech/tags/latency.md>), [nuxt](<https://devfeed.tech/tags/nuxt.md>), [performance](<https://devfeed.tech/tags/performance.md>), [server-side-rendering](<https://devfeed.tech/tags/server-side-rendering.md>), [v8](<https://devfeed.tech/tags/v8.md>), [vue](<https://devfeed.tech/tags/vue.md>)

### AI overview

The article explains how Nuxt 3 was adapted to run on edge runtimes and V8 isolates, enabling server-side rendering close to users through platforms such as Cloudflare Workers. It describes the environmental portability work, the h3 server framework, code-splitting and lazy loading, and the reduction of cold-start time from about 300 ms to about 2 ms.

### Source excerpt

Learn how we made Nuxt 3 capable of running on edge runtimes to run with server-side rendering close to your users.

## Node.js 18.15.0 (LTS)

DevFeed: [Node.js 18.15.0 (LTS)](<https://devfeed.tech/articles/node-js-18-15-0-lts-2661.md>)

Original publisher: [Read original article](<https://nodejs.org/en/blog/release/v18.15.0>)

Published: 2023-03-07T20:12:11Z

Content type: release

Language: en

Sources: [Node.js Blog](<https://devfeed.tech/sources/node-js-blog.md>)

Topics: [Node.js](<https://devfeed.tech/topics/node-js.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [cross-platform](<https://devfeed.tech/topics/cross-platform.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [test-coverage](<https://devfeed.tech/topics/test-coverage.md>), [V8](<https://devfeed.tech/topics/v8.md>), [Benchmark](<https://devfeed.tech/topics/benchmark.md>), [MSVC](<https://devfeed.tech/topics/msvc.md>), [Processes](<https://devfeed.tech/topics/processes.md>), [macOS](<https://devfeed.tech/topics/macos.md>)

Tags: [benchmark](<https://devfeed.tech/tags/benchmark.md>), [cross-platform](<https://devfeed.tech/tags/cross-platform.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [lts](<https://devfeed.tech/tags/lts.md>), [macos](<https://devfeed.tech/tags/macos.md>), [msvc](<https://devfeed.tech/tags/msvc.md>), [node](<https://devfeed.tech/tags/node.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [test-coverage](<https://devfeed.tech/tags/test-coverage.md>), [v8](<https://devfeed.tech/tags/v8.md>)

### AI overview

Node.js 18.15.0 is an LTS release with initial test-runner code coverage support, new reporters, statfs() functions, vm.compileFunction cached-data status, constrained-memory and buffer APIs, and updates to V8, OpenSSL, MSVC builds, documentation, and dependencies.

### Source excerpt

Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.

## Node.js 19.2.0 (Current)

DevFeed: [Node.js 19.2.0 (Current)](<https://devfeed.tech/articles/node-js-19-2-0-current-2692.md>)

Original publisher: [Read original article](<https://nodejs.org/en/blog/release/v19.2.0>)

Published: 2022-11-29T19:18:47Z

Content type: release

Language: en

Sources: [Node.js Blog](<https://devfeed.tech/sources/node-js-blog.md>)

Topics: [Node.js](<https://devfeed.tech/topics/node-js.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [V8](<https://devfeed.tech/topics/v8.md>), [cross-platform](<https://devfeed.tech/topics/cross-platform.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Server](<https://devfeed.tech/topics/server.md>)

Tags: [benchmark](<https://devfeed.tech/tags/benchmark.md>), [compilation](<https://devfeed.tech/tags/compilation.md>), [cross-platform](<https://devfeed.tech/tags/cross-platform.md>), [crypto](<https://devfeed.tech/tags/crypto.md>), [debug](<https://devfeed.tech/tags/debug.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [msvc](<https://devfeed.tech/tags/msvc.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [openssl](<https://devfeed.tech/tags/openssl.md>), [v8](<https://devfeed.tech/tags/v8.md>), [x509](<https://devfeed.tech/tags/x509.md>)

### AI overview

Node.js 19.2.0 (Current) updates time zone data to 2022f and includes changes across the buffer, async_hooks, build, crypto, dependencies, and benchmarking areas. The release updates V8 to 10.8.168.20, refreshes root certificates and OpenSSL-related handling, and includes Windows/MSVC and compilation fixes.

### Source excerpt

Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.

## Node.js 19.1.0 (Current)

DevFeed: [Node.js 19.1.0 (Current)](<https://devfeed.tech/articles/node-js-19-1-0-current-2691.md>)

Original publisher: [Read original article](<https://nodejs.org/en/blog/release/v19.1.0>)

Published: 2022-11-14T13:55:30Z

Content type: release

Language: en

Sources: [Node.js Blog](<https://devfeed.tech/sources/node-js-blog.md>)

Topics: [Node.js](<https://devfeed.tech/topics/node-js.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [cross-platform](<https://devfeed.tech/topics/cross-platform.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [npm](<https://devfeed.tech/topics/npm.md>), [Benchmark](<https://devfeed.tech/topics/benchmark.md>)

Tags: [benchmark](<https://devfeed.tech/tags/benchmark.md>), [cross-platform](<https://devfeed.tech/tags/cross-platform.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [npm](<https://devfeed.tech/tags/npm.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [python](<https://devfeed.tech/tags/python.md>), [testing](<https://devfeed.tech/tags/testing.md>), [v8](<https://devfeed.tech/tags/v8.md>)

### AI overview

Node.js 19.1.0 is a current release containing updates to testing, recursive watch support, ICU, fetch warnings, benchmarks, build tooling, validation, cryptography, WebCrypto, npm, Corepack, V8, libuv, Undici, DNS, documentation, and Windows resources.

### Source excerpt

Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.

## Investigating Node.js Performance: Fastify, Express, and Memory-Heavy Log Redaction

DevFeed: [Investigating Node.js Performance: Fastify, Express, and Memory-Heavy Log Redaction](<https://devfeed.tech/articles/how-to-substantially-slow-down-your-node-js-server-28028.md>)

Original publisher: [Read original article](<https://tech.trivago.com/post/2022-09-15-how-to-substantially-slow-down-your-nodejs-server/>)

Author: Abdelrahman Abdelhafez Human code formatter @ trivago GitHub profile

Published: 2022-09-15T00:00:00Z

Content type: tutorial

Language: en

Sources: [Trivago](<https://devfeed.tech/sources/trivago.md>)

Topics: [Node.js](<https://devfeed.tech/topics/node-js.md>), [Fastify](<https://devfeed.tech/topics/fastify.md>), [Express](<https://devfeed.tech/topics/express.md>), [GraphQL](<https://devfeed.tech/topics/graphql.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [V8](<https://devfeed.tech/topics/v8.md>), [debugging](<https://devfeed.tech/topics/debugging.md>)

Tags: [backend](<https://devfeed.tech/tags/backend.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [express](<https://devfeed.tech/tags/express.md>), [framework](<https://devfeed.tech/tags/framework.md>), [gdpr](<https://devfeed.tech/tags/gdpr.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [load-testing](<https://devfeed.tech/tags/load-testing.md>), [node](<https://devfeed.tech/tags/node.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [performance](<https://devfeed.tech/tags/performance.md>), [profiling](<https://devfeed.tech/tags/profiling.md>), [server](<https://devfeed.tech/tags/server.md>), [v8](<https://devfeed.tech/tags/v8.md>)

### AI overview

This technical investigation examines why migrating a monolithic Node.js GraphQL server from Express to Fastify produced no production performance improvement despite substantially faster staging load-test results. Live V8 heap profiling identified log redaction as consuming large amounts of memory.

### Source excerpt

Back in March 2022, after spending a considerable amount of effort migrating our monolithic Node.js GraphQL server from

## Node.js 17.5.0 (Current)

DevFeed: [Node.js 17.5.0 (Current)](<https://devfeed.tech/articles/node-js-17-5-0-current-2643.md>)

Original publisher: [Read original article](<https://nodejs.org/en/blog/release/v17.5.0>)

Published: 2022-02-10T18:31:29Z

Content type: release

Language: en

Sources: [Node.js Blog](<https://devfeed.tech/sources/node-js-blog.md>)

Topics: [Node.js](<https://devfeed.tech/topics/node-js.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [cross-platform](<https://devfeed.tech/topics/cross-platform.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Server](<https://devfeed.tech/topics/server.md>)

Tags: [async](<https://devfeed.tech/tags/async.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [command-line](<https://devfeed.tech/tags/command-line.md>), [cross-platform](<https://devfeed.tech/tags/cross-platform.md>), [eslint](<https://devfeed.tech/tags/eslint.md>), [fetch](<https://devfeed.tech/tags/fetch.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [js](<https://devfeed.tech/tags/js.md>), [libuv](<https://devfeed.tech/tags/libuv.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [npm](<https://devfeed.tech/tags/npm.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [python](<https://devfeed.tech/tags/python.md>), [servers](<https://devfeed.tech/tags/servers.md>), [v8](<https://devfeed.tech/tags/v8.md>)

### AI overview

Node.js 17.5.0 is a Current release that adds experimental support for the fetch API behind a flag, along with several stream iterator helpers and other minor changes. The release also updates npm to 8.4.1 and includes build, crypto, benchmark, and dependency maintenance.

### Source excerpt

Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.

## Introduction to isolated-vm in TypeScript

DevFeed: [Introduction to isolated-vm in TypeScript](<https://devfeed.tech/articles/introduction-to-isolated-vm-in-typescript-35885.md>)

Original publisher: [Read original article](<https://temporal.io/blog/intro-to-isolated-vm>)

Author: Valeri Karpov

Published: 2021-09-22T07:00:00Z

Content type: article

Language: en

Sources: [Temporal Blog](<https://devfeed.tech/sources/temporal-blog.md>)

Topics: [TypeScript](<https://devfeed.tech/topics/typescript.md>), [V8](<https://devfeed.tech/topics/v8.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>)

Tags: [how-to](<https://devfeed.tech/tags/how-to.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [typescript](<https://devfeed.tech/tags/typescript.md>), [v8](<https://devfeed.tech/tags/v8.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

### AI overview

This article explains how Temporal's TypeScript SDK uses V8 isolates to keep Workflows deterministic. It describes event-history replay, isolation of Workflow memory, and the restriction of non-deterministic operations such as file-system access and random-number generation.

### Source excerpt

Temporal's TypeScript SDK makes heavy use of V8 isolates to ensure your Workflows are deterministic.

## Node.js 12.22.4 (LTS)

DevFeed: [Node.js 12.22.4 (LTS)](<https://devfeed.tech/articles/node-js-12-22-4-lts-2502.md>)

Original publisher: [Read original article](<https://nodejs.org/en/blog/release/v12.22.4>)

Published: 2021-07-29T16:51:01Z

Content type: release

Language: en

Sources: [Node.js Blog](<https://devfeed.tech/sources/node-js-blog.md>)

Topics: [Node.js](<https://devfeed.tech/topics/node-js.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [cross-platform](<https://devfeed.tech/topics/cross-platform.md>), [V8](<https://devfeed.tech/topics/v8.md>), [npm](<https://devfeed.tech/topics/npm.md>)

Tags: [cross-platform](<https://devfeed.tech/tags/cross-platform.md>), [cve](<https://devfeed.tech/tags/cve.md>), [exploit](<https://devfeed.tech/tags/exploit.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [lts](<https://devfeed.tech/tags/lts.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [npm](<https://devfeed.tech/tags/npm.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [v8](<https://devfeed.tech/tags/v8.md>)

### AI overview

Node.js 12.22.4 is an LTS release that addresses a high-severity use-after-free vulnerability in HTTP/2 stream cancellation and includes dependency, build, module, and source changes.

### Source excerpt

Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.

## Node.js 14.17.1 (LTS)

DevFeed: [Node.js 14.17.1 (LTS)](<https://devfeed.tech/articles/node-js-14-17-1-lts-2553.md>)

Original publisher: [Read original article](<https://nodejs.org/en/blog/release/v14.17.1>)

Published: 2021-06-15T12:50:28Z

Content type: release

Language: en

Sources: [Node.js Blog](<https://devfeed.tech/sources/node-js-blog.md>)

Topics: [Node.js](<https://devfeed.tech/topics/node-js.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [cross-platform](<https://devfeed.tech/topics/cross-platform.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [V8](<https://devfeed.tech/topics/v8.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>)

Tags: [bug](<https://devfeed.tech/tags/bug.md>), [cross-platform](<https://devfeed.tech/tags/cross-platform.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [lts](<https://devfeed.tech/tags/lts.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [refactor](<https://devfeed.tech/tags/refactor.md>), [test](<https://devfeed.tech/tags/test.md>), [update](<https://devfeed.tech/tags/update.md>), [v8](<https://devfeed.tech/tags/v8.md>)

### AI overview

Node.js 14.17.1 is an LTS release containing dependency updates, V8 changes, fixes, documentation updates, and maintenance refactors.

### Source excerpt

Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.

## Node.js 16.2.0 (Current)

DevFeed: [Node.js 16.2.0 (Current)](<https://devfeed.tech/articles/node-js-16-2-0-current-2620.md>)

Original publisher: [Read original article](<https://nodejs.org/en/blog/release/v16.2.0>)

Published: 2021-05-19T11:00:42Z

Content type: release

Language: en

Sources: [Node.js Blog](<https://devfeed.tech/sources/node-js-blog.md>)

Topics: [Node.js](<https://devfeed.tech/topics/node-js.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [V8](<https://devfeed.tech/topics/v8.md>), [npm](<https://devfeed.tech/topics/npm.md>), [cross-platform](<https://devfeed.tech/topics/cross-platform.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [async](<https://devfeed.tech/tags/async.md>), [cross-platform](<https://devfeed.tech/tags/cross-platform.md>), [crypto](<https://devfeed.tech/tags/crypto.md>), [debugger](<https://devfeed.tech/tags/debugger.md>), [ed25519](<https://devfeed.tech/tags/ed25519.md>), [fips](<https://devfeed.tech/tags/fips.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [npm](<https://devfeed.tech/tags/npm.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [v8](<https://devfeed.tech/tags/v8.md>)

### AI overview

Node.js 16.2.0 is a current release with minor enhancements and maintenance changes across async hooks, Windows environment handling, modules, processes, utilities, buffers, builds, cryptography, the debugger, dependencies, and documentation.

### Source excerpt

Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.

## Node.js 15.13.0 (Current)

DevFeed: [Node.js 15.13.0 (Current)](<https://devfeed.tech/articles/node-js-15-13-0-current-2587.md>)

Original publisher: [Read original article](<https://nodejs.org/en/blog/release/v15.13.0>)

Published: 2021-03-31T14:30:33Z

Content type: release

Language: en

Sources: [Node.js Blog](<https://devfeed.tech/sources/node-js-blog.md>)

Topics: [Node.js](<https://devfeed.tech/topics/node-js.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [npm](<https://devfeed.tech/topics/npm.md>), [V8](<https://devfeed.tech/topics/v8.md>)

Tags: [cross-platform](<https://devfeed.tech/tags/cross-platform.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [js](<https://devfeed.tech/tags/js.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [npm](<https://devfeed.tech/tags/npm.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [release](<https://devfeed.tech/tags/release.md>), [v8](<https://devfeed.tech/tags/v8.md>)

### AI overview

Node.js 15.13.0 is a Current release containing updates to the buffer, child_process, crypto, documentation, npm, and V8 components.

### Source excerpt

Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.

## Node.js 15.11.0 (Current)

DevFeed: [Node.js 15.11.0 (Current)](<https://devfeed.tech/articles/node-js-15-11-0-current-2585.md>)

Original publisher: [Read original article](<https://nodejs.org/en/blog/release/v15.11.0>)

Published: 2021-03-03T06:18:16Z

Content type: release

Language: en

Sources: [Node.js Blog](<https://devfeed.tech/sources/node-js-blog.md>)

Topics: [Node.js](<https://devfeed.tech/topics/node-js.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [cross-platform](<https://devfeed.tech/topics/cross-platform.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Server](<https://devfeed.tech/topics/server.md>), [npm](<https://devfeed.tech/topics/npm.md>), [V8](<https://devfeed.tech/topics/v8.md>)

Tags: [command-line](<https://devfeed.tech/tags/command-line.md>), [cross-platform](<https://devfeed.tech/tags/cross-platform.md>), [crypto](<https://devfeed.tech/tags/crypto.md>), [fips](<https://devfeed.tech/tags/fips.md>), [free](<https://devfeed.tech/tags/free.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [npm](<https://devfeed.tech/tags/npm.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [servers](<https://devfeed.tech/tags/servers.md>), [tools](<https://devfeed.tech/tags/tools.md>), [v8](<https://devfeed.tech/tags/v8.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

Node.js 15.11.0 is a Current release containing minor feature changes, fixes, dependency updates, V8 updates, and documentation changes. Notable changes affect FIPS-related crypto options, source maps, Blob behavior, child process abort handling, WebCrypto key imports, npm versions, and built-in snapshots.

### Source excerpt

Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.

## Node.js 15.9.0 (Current)

DevFeed: [Node.js 15.9.0 (Current)](<https://devfeed.tech/articles/node-js-15-9-0-current-2598.md>)

Original publisher: [Read original article](<https://nodejs.org/en/blog/release/v15.9.0>)

Published: 2021-02-18T02:30:19Z

Content type: release

Language: en

Sources: [Node.js Blog](<https://devfeed.tech/sources/node-js-blog.md>)

Topics: [Node.js](<https://devfeed.tech/topics/node-js.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [cross-platform](<https://devfeed.tech/topics/cross-platform.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [c-plus-plus](<https://devfeed.tech/tags/c-plus-plus.md>), [cross-platform](<https://devfeed.tech/tags/cross-platform.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [libuv](<https://devfeed.tech/tags/libuv.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [npm](<https://devfeed.tech/tags/npm.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [release](<https://devfeed.tech/tags/release.md>), [v8](<https://devfeed.tech/tags/v8.md>)

### AI overview

Node.js 15.9.0 (Current) adds cryptographic key export in JWK format, introduces createHistogram and an asynchronous setInterval iterator, improves stream error handling, and adds X509Certificate objects for certificate access. It also includes updates to libuv, npm, V8, and documentation.

### Source excerpt

Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.

[Next page](<https://devfeed.tech/tags/v8.md?cursor=WyIyMDIxLTAyLTE4VDAyOjMwOjE5KzAwOjAwIiwgImUyNTI4ZDhkLTlmYjMtNGE5NC04Mzc0LTFhNzVlZDA3NDFkMiJd>)