Category: node js

Two new libraries from Sindre Sorhus

September 3, 2024 By Mark Otto 0

Node v22.8.0 (Current) Released โ€” This landed just before we hit โ€˜sendโ€™! ๐Ÿ™‚ The enhancements are minor, but there are a few, including a new API for enabling on-disk code caching of modules (rather than using the NODE_COMPILE_CACHE env var) and a way to set…

JavaScript’s Rust tool belt

August 29, 2024 By Mark Otto Off

Rspack 1.0: The Rust-Powered JavaScript Bundler โ€” Far from being โ€˜yet another bundlerโ€™ with its own approach and terminology to learn, Rspack prides itself on being webpack API and ecosystem compatible, while offering many times the performance. The team now considers it production ready and…

Now Node can run even more TypeScript

August 27, 2024 By Mark Otto 0

How to Create an NPM Package in 2024 โ€” Sounds simple, but there are a lot of steps involved if you want to follow best practices, introduce useful tools, and get things just right. Matt Pocock walks through the process here, and thereโ€™s a 14-minute…

A regular expression refresher

August 22, 2024 By Mark Otto Off

WorkOS: The Modern Identity Platform for B2B SaaS โ€” WorkOS is a modern identity platform for B2B SaaS, offering flexible and easy-to-use APIs to integrate SSO, SCIM, and RBAC in minutes instead of months. It’s trusted by hundreds of high-growth startups such as Perplexity, Vercel, Drata,…

Node 22.6, Protobuf-ES 2.0, and Volta 2.0

August 20, 2024 By Mark Otto 0

๐Ÿ–๏ธ If you missed last week’s issue, don’t worry – you didn’t. I took a week off a summer break, but now we’re back ๐Ÿ˜‰ Thanks to everyone who sent in links for us to check out.__Peter Cooper, your editor Node v22.6.0 (Current) Released โ€” v22.6…

The npm tea party

August 15, 2024 By Mark Otto Off

๐Ÿ‘‹ Wow, issue 700! We’re back after a week away. Technically I’m still on vacation, but I didn’t want to leave you in the lurch for too long.. ๐Ÿ˜‰__Peter Cooper, your editor ECMAScript Safe Assignment Operator Proposal โ€” We often feature ECMAScript proposals that are…

Looking through the Node toolbox

August 6, 2024 By Mark Otto 0

๐Ÿ–๏ธ Hi! We’re taking next week off for a brief summer break. We’ll be back with our next issue on August 20. We’ve also noticed in testing that Gmail isn’t entirely sure about this issue, so if you could mark it as safe, show images,…

How Googlebot sees your JavaScript

August 1, 2024 By Mark Otto Off

๐Ÿ–๏ธ Hi! Just a quick note to say that we’re taking next week off for a brief summer break. We’ll be back with our next issue on August 15.__Peter Cooper, your editor How Google Handles JavaScript In Its Indexing Process โ€” Once, if you wanted…

Node can run TypeScript (sort of)

July 30, 2024 By Mark Otto 0

Node.js Adds Experimental Support for TypeScript โ€” In this pull request, Node merged an experimental ability to transpile TypeScript into JavaScript, ultimately letting Node directly โ€˜run TypeScriptโ€™. However, no type checking is performed and, as Matt Pocock explains, experimental and TypeScript-only features are a no-no.…

What’s new for us in ECMAScript 2024

July 25, 2024 By Mark Otto Off

Astro 4.12: Say Hello to Server Islands โ€” The flexible Astro framework for building modern content-based sites continues to go from strength to strength. v4.12 includes a new concept of server islands, a way to integrate static HTML and server-side generated components together. Erika and Phillips…