What’s next for Node.js?

#​386 β€” April 29, 2021 Read on the Web πŸ–‹ Just in case you missed last week’s issue, it was a big one as Node 16 was released so it’s worth a catch up πŸ™‚ This week is somewhat quieter but a few neat things have been comingΒ in..__Peter Cooper, your Read more…

Prisma ORM for Node.js is ready for production

Prisma, an open source object-relational mapping (ORM) toolset for Node.js and TypeScript, is now available as a production release. Intended to address the bottleneck of working with relational databases, Prisma supports MySQL, PostgreSQL, SQLite, and SQL Server (in preview), with a connector for MongoDB in the works. Unveiling the platform Read more…

Node 16 released

#​385 β€” April 22, 2021 Read on the Web Node Weekly Node.js 16 Available Now β€” It’s always nice to see Node step another version number ahead (unless, perhaps, you find the upgrading process a bit nervewracking!) and 16 immediately replaces 15.x as the ‘current’ release line with 16 due Read more…

Node v16.0.0 (Current)

Notable Changes Deprecations and Removals (SEMVER-MAJOR) fs: remove permissive rmdir recursive (Antoine du Hamel) #37216 (SEMVER-MAJOR) fs: runtime deprecate rmdir recursive option (Antoine du Hamel) #37302 (SEMVER-MAJOR) lib: runtime deprecate access to process.binding(‘http_parser’) (James M Snell) #37813 (SEMVER-MAJOR) lib: runtime deprecate access to process.binding(‘url’) (James M Snell) #37799 (SEMVER-MAJOR) lib: Read more…

Deno 1.9 previews native HTTP/2 server

The latest version of the Deno JavaScript/TypeScript runtime features native HTTP/2 web server capabilities. Deno 1.9 was introduced April 13. For this release, the developers enlisted hyper, a fast HTTP implementation based on the Rust language, to build a new native HTTP/2 server API in Deno. The prior TypeScript-based HTTP Read more…

Security releases all round

#383 β€” April 8, 2021 Read on the Web Node Weekly April 2021 Security Releases Out Now β€” As mentioned last week, releases were on their way to fix a variety of high severity security issues and 15.14.0 (Latest), 14.16.1 (LTS), 12.22.1 (LTS) and 10.24.1 (LTS) are now here. More Read more…

Node v15.14.0 (Current)

Notable Changes Vulnerabilties Fixed: CVE-2021-3450: OpenSSL – CA certificate check bypass with X509_V_FLAG_X509_STRICT (High) This is a vulnerability in OpenSSL which may be exploited through Node.js. You can read more about it in https://www.openssl.org/news/secadv/20210325.txt Impacts: All versions of the 15.x, 14.x, 12.x and 10.x releases lines CVE-2021-3449: OpenSSL – NULL Read more…