Node 19 released

#​459 — October 20, 2022 Read on the Web Together with  Node.js 19 Released As an odd-numbered release, Node 19 will never become an ‘active LTS’ version, but sits as the ‘current’ release that gets all the tastiest new features until early 2023. It then reaches ‘end of life’ on Read more…

Node.js 19 boosts HTTP throughput

Node.js 19 has arrived. The latest update to the popular JavaScript runtime enables HTTP Keep-Alive by default, a change that should deliver better web throughput. Accessible from nodejs.org, Node.js 19 was released October 18. Beginning with this release, Node.js sets 1keepAlive to true by default. Thus any outgoing HTTP(S) connection Read more…

Digging into dependencies with npm query

#​457 — October 6, 2022 Read on the Web Together with  An Active Typosquatting Campaign Targeting npm Users — Security supply chain company Phylum detected a campaign to ‘typosquat’ against a variety of high profile packages. The idea behind typosquatting is that you claim package names similar to others, such Read more…

Deno 1.26 improves Node.js compatibility, npm support

Deno 1.26, the latest version of the TypeScript/JavaScript runtime that strives to improve on Node.js, emphasizes Node.js compatibility, among other improvements. Deno 1.26 was unveiled September 29. The update includes implementations for several previously unsupported APIs in the Node.js compatibility layer, according to release notes. In addition, the compatibility layer’s Read more…

Keep calm and carry on (using Node)

#​456 — September 29, 2022 Read on the Web “Don’t Worry, Nobody is Replacing Node.js” — A bold assertion. Fernando reflects on the growing interest in alternative runtimes like Deno and Bun, but notes none really replace Node.js wholesale in the near future. And even if they did, most of Read more…