2026-05-24のJS: pnpm 11.1〜11.3、npm CLI v11.15.0、Deno 2.8

JSer.info #772 - pnpm 11.1から11.3にかけて、サプライチェーンセキュリティに関する機能が多数追加されています。

  • Release pnpm 11.1 · pnpm/pnpm
  • Release pnpm 11.1.3 · pnpm/pnpm
  • pnpm 11.3 | pnpm

pnpm 11.1ではレジストリ署名を検証するpnpm audit signaturesコマンドが追加され、11.1.3ではインストール時にlockfileのエントリをminimumReleaseAgeで再検証する仕組みとminimumReleaseAgeStrictモードが導入されています。11.3ではStaged Publishing用の`pnpm…

Read more →
Proton's password manager passes audit by top security firm

The linked press release makes no mention of whether or not server side code was audited only stating that:

This year, Recurity Labs(new window), an ISO 27001-certified IT security consultancy, tested everything a Proton Pass user interacts with: the Proton Pass browser extensions(new window), mobile and desktop applications(new window), and Command Line Interface(CLI).

This is still…

Read more →
This Week in Matrix 2026-05-08

🔗Dept of elections 🗳️

🔗Governing Board Elections (website)

Amandine announces

📢 Calling all the Foundation members! The clock is ticking! ⏰ There is only one week left to nominate yourself (or another member of your group) as a candidate to represent your constituency group on the Governing Board.

The election is running for the following constituency groups:

  • Platinum…
Read more →
Let's talk CLI/TUI and Developer Workflows!

submitted by RareBird15 to programming
6 points | 6 comments

Let’s talk CLI/TUI and Developer Workflows!

I’m looking to refresh my local toolkit and I’m curious: what are the absolute “must-have” CLI or TUI programs in your current rotation?

Whether it’s a specialized utility for a specific language, a terminal-based interface for a common service, or a workflow-changing alias, I want to…

Read more →
#502 – Ferneinwahl auf den Mac

„macOS ist ein Fenster auf meinem iPad“ – etwas provokant formuliert. Aber ernsthaft: Dieser Thin-Client-Lifestyle ist aus ganz unterschiedlichen Gründen reizvoll und inzwischen easy zu realisieren. Hier das Intro zur Episode: iPhoneBlog #one kann man abonnieren. Alle Abonnent:innen bekommen jede Woche ein neues „Gewusst-wie”-Video, den Zugriff auf alle schon veröffentlichten Episoden und die…

From five optional fields to a discriminated union: CLI parsing with Optique 1.0

You've probably written something like this in Commander.js.

import { Command, Option } from "@commander-js/extra-typings";

const program = new Command()
.addOption(
new Option("--token <token>", "API token").conflicts([
"username", "password", "oauthClientId", "oauthClientSecret",
]),
)
.addOption(
new Option("--username <username>",…

Read more →
macOS 26 TahoeのApple Intelligenceに利用されている3BパラメータのLLMをコマンドラインで利用できるようにするツール「apfel」がリリース。

macOS 26 TahoeのApple Intelligenceに利用されている3BパラメータのLLMをコマンドラインで利用できるようにするツール「apfel」がリリースされています。詳細は以下から。 Appleは […]

The post macOS 26 TahoeのApple Intelligenceに利用されている3BパラメータのLLMをコマンドラインで利用できるようにするツール「apfel」がリリース。 first appeared on AAPL Ch..

Page 1 Older →