simonw/browser-compat-db
受 Mozilla 新版 MDN MCP 服务启发,作者将 mdn/browser-compat-data 仓库中全面的浏览器兼容性数据转换为 SQLite 数据库。利用 Claude Code 和 Codex Desktop 生成的脚本及 GitHub Actions 工作流,构建了约 66MB 的数据库文件,并通过托管在 GitHub 仓库中的孤儿分支提供开放 CORS 头访问,用户可直接下载或通过 Datasette Lite 在线探索。
受 Mozilla 新版 MDN MCP 服务启发,作者将 mdn/browser-compat-data 仓库中全面的浏览器兼容性数据转换为 SQLite 数据库。利用 Claude Code 和 Codex Desktop 生成的脚本及 GitHub Actions 工作流,构建了约 66MB 的数据库文件,并通过托管在 GitHub 仓库中的孤儿分支提供开放 CORS 头访问,用户可直接下载或通过 Datasette Lite 在线探索。
HtmlUnit 5.0.0 has been released, now requiring JDK 17 as the minimum version. Key updates include major JavaScript engine improvements, full Web Crypto API support, WebSocket improvements, Web Speech API support, and updated browser profiles for Firefox 150 and Chrome/Edge 148.
Libomemo.js v0.0.1 has been released as an OMEMO cryptographic library for JavaScript. It provides tools for implementing the OMEMO encrypted messaging protocol in JavaScript applications.
JsPlumb, the JavaScript library for building visual connectivity interfaces, has released a major update with a modernized API and new diagram/2D chart engines. The project is now free for non-commercial use, with packages available for React, Angular, Vue, Svelte, and vanilla JS on the public NPM registry.
Datasette-apps is a new system that allows users to bundle and install full applications within Datasette, turning it into a platform for data-driven apps. It enables developers to create self-contained packages combining SQLite databases, metadata, plugins, templates, and assets.