Advanced Search
Search Results
2 total results found
readme.md for @push.rocks/smartcontext
@push.rocks/smartcontext
A zero-dependency module for hierarchical async context management in Node.js, built on AsyncLocalStorage. Install npm install @push.rocks/smartcontext # or pnpm install @push.rocks/smartcontext Usage @push.rocks/smartcontext provides scoped, hierarchical key...
changelog.md for @push.rocks/smartcontext
@push.rocks/smartcontext
2026-02-15 - 2.3.0 - feat(asynccontext) replace simple-async-context with Node's AsyncLocalStorage and update implementation, tests, docs, and devDependencies Switched internal implementation to node:async_hooks AsyncLocalStorage (ts/plugins.ts and classes.as...