https://github.com/productdevbook/hucre
Hucre 1.0: A Zero-Dependency Spreadsheet Engine — A library for reading and writing common spreadsheet formats, including things like embedded images, hyperlinks, password protection, and tables.
7 days ago
https://github.com/ajinabraham/njsscan
njsscan 1.0: A Semantic-Aware SAST Tool for Node — A pip-installable, zero-config security scanner that finds insecure patterns in Node apps using ~70 semgrep-powered rules for XSS, SSRF, eval, JWT and NoSQL injection.
7 days ago
https://termdom.org/
TermDOM: Build Terminal UIs with HTML, CSS and the DOM — Like the look of Ink but don't like React? TermDOM implements a DOM, cascade and layout engine that paints to the terminal, so you can write a TUI with HTML and CSS. Pure JS, no native or WASM dependencies, and the official TodoMVC runs with only a stylesheet swap. Early days, but I like the idea!
7 days ago
https://github.com/fastify/fastify/releases/tag/v6.0.0-alpha.0
Fastify 6.0 Enters Alpha — It's been two years since Fastify, the popular low overhead web framework, dropped v5, but v6 is coming into sight. It's largely shaping up as a 'spring clean' release requiring Node 24 at minimum but should be good for initial testing. More background here.
7 days ago
https://www.inngest.com/blog/adding-a-second-middleware-broke-our-typescript-types
Adding a Second Middleware Broke Our TypeScript Types — A TypeScript detective story in which adding a second middleware could collapse a return type to {}. The culprit was a widely used key-filtering idiom that leaks undefined when properties are optional.
7 days ago
https://deepseek.com/harness/en/
DeepSeek Harness: DeepSeek's New Node-Powered Agent Harness — Today, the popular Chinese model lab unveiled its own Claude Code-alike and already racked up 30k stars. It's not a typical CLI harness, though, but runs through a web UI.
Curiously, everything is a plugin, built atop Cordis, an existing Node plugin system whose author DeepSeek has hired. GitHub repo.
7 days ago
https://github.com/webpro-nl/unbash
unbash: Fast 0-Dependency Bash Parsing Library — The parser Knip uses to make sense of shell scripts, as a standalone library. It turns bash code into a typed AST that can then be used for classification, permission checks, rewriting commands, and more.
7 days ago
https://master.dev/courses/agent-harness/
The Best Harness Wins, Not the Best Model. Learn Harness Engineering — Scott Moss (Netflix) teaches you to wrap an LLM in a production-grade harness. Learn durable execution, sandboxing, memory, and multi-agent orchestration.
about 1 month ago
https://github.com/paradedb/drizzle-paradedb
Full-Text Search in Drizzle Without a Second System — Try the official ParadeDB integration for Drizzle. Search your live Postgres tables. No ETL, no Elasticsearch cluster.
about 1 month ago