A simple automated build pipeline for Node.js

Build processes can be quite sophisticated for enterprise applications, but even simple and early-stage projects can benefit from automated build pipelines. This article describes a quick-to-deploy system for running an automated build, test, and deploy pipeline with Node.js, Jenkins, and Git. You’ll need Git and Node/NPM installed on your system Read more…

Deno joins JavaScript standards effort

Developers of Deno, the TypeScript/JavaScript runtime positioned as an alternative to Node.js, have joined the standards body overseeing development of the JavaScript standard. In a December 13 blog post on the Deno company website, engineer Luca Casonato noted the company is now a member of ECMA International, the organization overseeing Read more…

Security

#​417 — December 9, 2021 Read on the Web Node Weekly GitHub Rolling Out Enforced 2FA and More for npm Registry — Many public code package registries have suffered issues with user security in recent years, and a single compromised package can cause havoc in the npm ecosystem in particular. Read more…

TypeScript 4.5 arrives with Promise improvements

TypeScript 4.5, the latest upgrade to Microsoft’s strongly typed language based on JavaScript, is now generally available. The release features a new utility type, the 1Awaited type, for modeling operations such as 1await in 1async functions or the 1.then() method on 1Promise objects. However, another capability originally planned for TypeScript Read more…