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

500 weeks later

Thursday, January 9, 2025

Reflections on a decade-long and looking ahead to 2025 ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

JSK Daily for Jan 8, 2025

Wednesday, January 8, 2025

JSK Daily for Jan 8, 2025 View this email in your browser A community curated daily e-mail of JavaScript news Advanced Query Building Techniques in Angular: Queries with Different Connectors The Query

👍 The Coolest Tech at CES 2025 — How to Access Your Mac's Screen from Windows

Wednesday, January 8, 2025

Also: These Are My Best and Worst Smart Home Decisions, and More! How-To Geek Logo January 8, 2025 Did You Know The one and only number retired across all teams in Major League Baseball is 42, Jackie

Daily Coding Problem: Problem #1662 [Hard]

Wednesday, January 8, 2025

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Google. Implement an LFU (Least Frequently Used) cache. It should be able to be

The latest Go dev survey results

Wednesday, January 8, 2025

Plus it's time to say goodbye to the Go Time podcast. | #​537 — January 8, 2025 Unsub | Web Version Happy New Year to all. In case you missed our note prior to the Christmas break, Go Weekly is now

Ranked | Visualizing Major Asset Class Returns in 2024 📈

Wednesday, January 8, 2025

From bitcoin to the US dollar, asset class returns in 2024 were stellar, in a year marked by elevated rates and a robust US economy. View Online | Subscribe | Download Our App FEATURED STORY

Spyglass Dispatch: Meta Miscues

Wednesday, January 8, 2025

Meta's Social AI Content • Anthropic at $60B • Bluesky at $700M • Dick Wolf's 30 Minute Show • NVIDIA's CPU Aspirations The Spyglass Dispatch is a newsletter sent on weekdays featuring

Top Tech Deals 💰 Anker Power Station, GoPro, 8BitDo Controller, and More!

Wednesday, January 8, 2025

Upgrade your life with a new power station, Wi-Fi 7 router, or AirTags at a big discount. How-To Geek Logo January 8, 2025 Top Tech Deals: Anker Power Station, GoPro Hero, 8BitDo Controller, and More!

Is Claude.ai worth $60 billion? 🎩

Wednesday, January 8, 2025

+ AI will mow my lawn ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

Post from Syncfusion Blogs on 01/08/2025

Wednesday, January 8, 2025

New blogs from Syncfusion Effortlessly Manage Large File Uploads with Blazor File Manager By Keerthana Rajendran This blog explains the new chunk upload feature added in the Blazor File Manger