100,000 stars within reach for Node

#​513 — December 5, 2023 Read on the Web Node v21.3.0 and v21.4.0 (Current) Released — We’ve mentioned it in passing, but Node has gained a new 1–disable-warning option to disable specific warnings (as opposed to all warnings). There’s also a perf boost for 1fs.writeFileSync to work up to 2.5x Read more…

Deno adds Deno Cron for job scheduling

Deno Land, the developers of the Deno TypeScript/JavaScript runtime, have introduced Deno Cron, a feature the company describes as an easy way to create scheduled jobs. Announced November 29 and available behind the 1–unstable flag in Deno 1.38, 1Deno.cron() is a function that takes three parameters: the name of the Read more…

Issue 2 to the power of 9

#​512 — November 28, 2023 Read on the Web Node.js Download Statistics — Node.js TSC member Matteo has put together a handy site that visualizes the publicly available Node.js download statistics, partly as a way to help guide you as to which versions and which architectures need the most support. Read more…

Milo: A new HTTP parser for Node?

#​510 — November 14, 2023 Read on the Web 36 Node CLI App Best Practices — From the creator of several Node-based CLI tools comes this helpful collection of best practices for building “successful, empathic and user-friendly” CLI tools using Node, plus an appendix rounding up popular CLI framework options. Liran Read more…

Sizing up your images with Sindre

#​509 — November 7, 2023 Read on the Web Awesome Node Security: A Curated List of Node Security Resources — Includes links to libraries like Helmet (which just had a new release a few hours ago), educational resources, tools, and even stories of incidents like the left-pad incident (which, somehow, was Read more…

ES module autodetection coming to Node

#​508 — October 31, 2023 Read on the Web Node v21.1 (Current) Released with ESM Detection Feature — “The new flag 1–experimental-detect-module can be used to automatically run ES modules when their syntax can be detected. … We hope to make detection enabled by default in a future version.” Michaël Zasso Read more…