February 6, 2024
Turn on loading images 😉- Logo ECMAScript News

WorkOS, the modern API for auth and user identity.

workos.com Sponsor

WorkOS enables B2B SaaS companies to accelerate enterprise adoption with identity management and complex features like Single Sign-On, SCIM, and User Management. Built for developers tired of using legacy providers like Auth0, WorkOS delivers a unified platform with modern APIs and a predictable pricing model that will scale seamlessly with your enterprise motion.

Deno in 2023

deno.com github.com/lambtron github.com/ry @deno_land@fosstodon.org

“In 2023, Deno shifted into high gear with respect to Node/npm compatibility and performance work, while continuing to move towards our goal of radically simplifying web development.”

The blog post starts with an overview that gives a good impression of the status quo of Deno.

Turborepo 1.12

turbo.build @mehulkar@indieweb.social github.com/tknickman @gsoltis@mastodon.social github.com/vercel

Highlights:
  • Colors in task logs: Colors from original shell logs used by default
  • Errors overhaul: Improved error messages for misconfigurations
  • Improved inputs ergonomics: Use Turborepo’s defaults with your input customizations
  • Telemetry: Help us focus on what matters most to Turborepo users
  • “We’re also done cleaning up our migration to Rust in this release by removing the --go-fallback flag and shrinking the turbo binary by 58% compared to 1.11.”

Deferred JavaScript promises using Promise.withResolvers

pawelgrzybek.com @pawelgrzybek@mastodon.social

Describes the ECMAScript 2024 feature Promise.withResolvers() and its use cases:
const { promise, resolve, reject } = Promise.withResolvers();

Detect and block JavaScript supply chain attacks

socket.dev Sponsor

Quickly evaluate the security and health of any npm package. Socket is not a traditional vulnerability scanner. Socket proactively detects and blocks 70+ signals of supply chain risk in open source code, for comprehensive protection.

Import attributes

v8.dev github.com/syg

“Import attributes” (keyword with ) replace the previous ECMAScript proposal “import assertions” (keyword assert):

import json from './foo.json' with { type: 'json' };

“The most important difference is that import assertions had assert-only semantics, while import attributes has more relaxed semantics. Assert-only semantics means that the additional information has no effect on how a module is loaded, only on whether it is loaded.”

Problem: On the web, how you request a resource affects what you receive.

DevtoolsFM podcast: Christopher “vjeux” Chedeau – Prettier, React Native

www.devtools.fm github.com/vjeux @hipstersmoothie@mastodon.social @just_be@pkm.social @devtoolsfm@techhub.social

“This week we talk to a legend in the dev tools space, Christopher Chedeau. Christopher is a software engineer at Meta (formerly Facebook) and has worked on some of the most popular open source projects in the world. He is the creator of Prettier, a code formatter that has saved millions of developer hours. He is also the co-creator of React Native, a framework for building native apps with React. Christopher has also worked on many other projects such as Excalidraw, Yoga, and and many others.”

This email was sent to {{ email | default }}. You can unsubscribe from this list here or update your preferences.