Rolldown; Node v21.7.0 (Current); Biome v1.6; open source package registries; JS in Safari 17.4; Int

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.

Rolldown: Rust-based web bundler by team of Vite

rolldown.rs github.com/yyx990803 github.com/Brooooooklyn github.com/hyf0 github.com/underfin @vite@webtoo.ls

“Rolldown is a JavaScript bundler written in Rust intended to serve as the future bundler used in Vite. It provides Rollup-compatible APIs and plugin interface, but will be more similar to esbuild in scope.”

Work in Progress: Rolldown is currently in active development and not usable for production yet. but we are open sourcing it now so we can start collaborating with community contributors.”

Vite is currently using two bundlers: esbuild for development and Rollup for production. They are moving to a single bundler so that the output for development and production is consistent and to avoid duplicating bundler work.

Node v21.7.0 (Current): text styling, loading & parsing environment variables, and more

nodejs.org github.com/marco-ippolito github.com/RafaelGSS @nodejs@social.lfx.dev

Highlights:
  • Text styling:
    console.log(
      util.styleText('bold', util.styleText('red', 'Bold and red!')),
    ); 
    
  • Loading and parsing environment variables:
    • process.loadEnvFile(path)
    • util.parseEnv(content)
  • Support for multi-line values in .env files
  • Single executable applications: support for embedding assets

Biome v1.6: partial support for Astro/Svelte/Vue files, and more

biomejs.dev @ematipico@fosstodon.org @biomejs@fosstodon.org

Highlights:
  • Partial support for Astro, Svelte and Vue files
  • New configuration features: biome.jsonc, extends resolves dependencies
  • New formatting options: attributePosition, json.formatter.trailingCommas
  • biome migrate prettier: “This command will read your Prettier .prettierrc/prettier.json and .prettierignore, and attempt to port its options and globs in Biome.”
  • New linter rules

CISA announces initiative to fortify security of open source package registries

socket.dev @sarahgooding@fosstodon.org @SocketSecurity@fosstodon.org

“The Cybersecurity and Infrastructure Security Agency (CISA), the U.S.’ lead cyber defense agency, is collaborating with the open source ecosystem on new initiatives to secure the critical infrastructure that powers modern digital life.”

CISA recommends best practices such as multi-factor authentication, a way to report vulnerabilities, etc.

“Five of the most widely used package registries have agreed to take steps towards securing their operations, guided by this new ‘Principles for Package Repository Security’ framework.”

  • The Rust Foundation
  • The Python Software Foundation
  • Packagist and Composer
  • npm
  • Maven Central (maintained by Sonatype)

New JavaScript features in Safari 17.4: Promise.withResolvers(), Object.groupBy(), Map.groupBy()

webkit.org @jensimmons@front-end.social @jondavis@mastodon.social github.com/WebKit

With Safari joining the ranks, the following stage 4 features are now supported by virtually all browsers: Promise.withResolvers() looks like this:
const { promise, resolve, reject } = Promise.withResolvers();
Array grouping looks like this:
assert.deepEqual(
  Object.groupBy(['a', 1, 'b', true, 8], x => typeof x),
  {
    string: [ 'a', 'b' ],
    number: [ 1, 8 ],
    boolean: [ true ],
  }
);
assert.deepEqual(
  Map.groupBy(['a', 1, 'b', true, 8], x => typeof x),
  new Map([
    [ 'string', [ 'a', 'b' ] ],
    [ 'number', [ 1, 8 ] ],
    [ 'boolean', [ true ] ]
  ])
);

Using Intl.RelativeTimeFormat for localized relative timings

www.raymondcamden.com @raymondcamden@mastodon.social

What do you think of this issue?

If you have any comments or feedback, just reply to this email!

This email was sent to you. You can unsubscribe from this list here or update your preferences.

Older messages

Babel 7.24.0; Parcel v2.12.0; Package Metadata Interoperability Collab Space; Eloquent JavaScript...

Tuesday, March 5, 2024

We have 8 links for you - Stay up-to-date on JavaScript and tools WorkOS, the modern API for auth and user identity. workos.com Sponsor WorkOS enables B2B SaaS companies to accelerate enterprise

JS toolchain for Wasm components; Node.js in 2023; ESLint in 2023; Deno package registry

Tuesday, February 27, 2024

We have 6 links for you - Stay up-to-date on JavaScript and tools WorkOS, the modern API for auth and user identity. workos.com Sponsor WorkOS enables B2B SaaS companies to accelerate enterprise

New package repository JSR; proposed Set methods; Array.prototype.with(); Promise collection methods

Tuesday, February 20, 2024

We have 8 links for you - Stay up-to-date on JavaScript and tools WorkOS, the modern API for auth and user identity. workos.com Sponsor WorkOS enables B2B SaaS companies to accelerate enterprise

Unbundling npm; new JS runtime by Amazon; Vite 5.1; February TC39 meeting; ES stage 2.7; Web IDL for

Tuesday, February 13, 2024

We have 9 links for you - Stay up-to-date on JavaScript and tools WorkOS, the modern API for auth and user identity. workos.com Sponsor WorkOS enables B2B SaaS companies to accelerate enterprise

Deno in 2023; Turborepo 1.12; Promise.withResolvers; import attributes; Christopher “vjeux” Chedeau

Tuesday, February 6, 2024

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-

You Might Also Like

🖤 Laravel Black Friday Deals!

Wednesday, November 27, 2024

The biggest deals of the year Laravel Black Friday Deals View in browser Laravel News Editor Note: We are sending this outside the regular Sunday newsletter schedule because some of these specials end

BetterDev #271 - Memory: The Forgotten History and Why did Windows 95 setup use three operating systems?

Wednesday, November 27, 2024

Better Dev #271 Nov 26, 2024 Hi all, Welcome to thanksgiving issue of BetterDev. Hope everyone had a safe and warm thanksgiving. It's getting so cold these days. If you are in warzone such as

Mapped | Unemployment Rate By U.S. State in 2024 💼

Tuesday, November 26, 2024

As of October 2024, DC and Nevada tied for the highest unemployment rate in the US at 5.7%. Which states saw the lowest rates? View Online | Subscribe | Download Our App FINAL CHANCE - ENDS TONIGHT!

🔊 7 DIY Tips for Soundproofing a Room — Why I Switched to Xfce for Linux Mint

Tuesday, November 26, 2024

Also: Home Theater Sound Terms Explained, and More! How-To Geek Logo November 26, 2024 Did You Know The shiny layer of a CD doesn't contain the data; the plastic polycarbonate layer does. The shiny

JSK Daily for Nov 26, 2024

Tuesday, November 26, 2024

JSK Daily for Nov 26, 2024 View this email in your browser A community curated daily e-mail of JavaScript news JavaScript Certification Black Friday Offer – Up to 54% Off! Certificates.dev, the trusted

NumPy, Loop Targets, Vector Animation, and More

Tuesday, November 26, 2024

NumPy Practical Examples: Useful Techniques #657 – NOVEMBER 26, 2024 VIEW IN BROWSER The PyCoder's Weekly Logo NumPy Practical Examples: Useful Techniques In this tutorial, you'll learn how to

Your Games Quarterly newsletter has arrived

Tuesday, November 26, 2024

What's new for games in Google Play and Android Email not displaying correctly? View it online November 2024 The First Developer Preview of Android 16 The First Developer Preview of Android 16

Daily Coding Problem: Problem #1620 [Hard]

Tuesday, November 26, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Dropbox. Sudoku is a puzzle where you're given a partially-filled 9 by 9 grid with

Final Hours: Help Save "The Art of Data" From Falling Short 🙏

Tuesday, November 26, 2024

Will Visual Capitalist end up revealing the secrets behind data storytelling? There are 12 hours left to change the fate of "The Art of Data". View Online | Subscribe | Download Our App Help

Spyglass Dispatch: Meta's Bluesky • Apple's China AI Problem • Apple's Chinese iPhone Problem • Perplexity Voice Pin • Susan's Message on Lung Cancer

Tuesday, November 26, 2024

Meta's Bluesky • Apple's China AI Problem • Apple's Chinese iPhone Problem • Perplexity Voice Pin • Susan's Message on Lung Cancer The Spyglass Dispatch is a free newsletter sent out