Advanced Search
Search Results
13 total results found
readme.md for @design.estate/dees-comms
a comms module for communicating within the DOM Install To integrate @design.estate/dees-comms into your project, run the following command in your terminal: npm install @design.estate/dees-comms --save This will add the package to your project dependencies. ...
readme.md for @design.estate/navigation
@designestate/navigation A module for opinionated navigation abstraction. Install To use @designestate/navigation in your project, run: npm install @designestate/navigation --save This will install the package and add it to your project's dependencies. Usage ...
readme.md for @design.estate/fontloader
@designestate/fontloader a fontloader for managing font loading from A to Z Install To install @designestate/fontloader, ensure that you have Node.js and npm installed, then run the following command in your project directory: npm install @designestate/fontloa...
readme.md for @foss.global/codefeed
Generate an activity feed from a Gitea instance. Scans orgs and repos, retrieves commits since a configurable timestamp, enriches with tags, optional npm publish detection, and CHANGELOG snippets. Install pnpm add @foss.global/codefeed # or npm i @foss.global/...
readme.md for @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...
readme.md for @push.rocks/smartexit
A library for managing graceful shutdowns of Node.js processes by handling cleanup operations, including terminating child processes. Issue Reporting and Security For reporting bugs, issues, or security vulnerabilities, please visit community.foss.global/. Thi...
readme.md for @push.rocks/smartvhost
a module creating a vhost layer in order to maintain several smartexpress instances Install To install @push.rocks/smartvhost, use the following npm command: npm install @push.rocks/smartvhost --save This will add smartvhost as a dependency to your project an...
readme.md for @social.io/interfaces
An interface package for social.io. Install To install the @social.io/interfaces package, you can use npm. Make sure you have Node.js installed, then run the following command in your terminal: npm install @social.io/interfaces This will fetch the latest pack...
changelog.md for @design.estate/dees-comms
2025-12-04 - 1.0.30 - fix(DeesComms) Skip routing hooks for BroadcastChannel-received messages to prevent infinite loops; update typedrequest dependency and bump package version. Skip hooks when routing responses for messages received from the BroadcastChanne...
changelog.md for @foss.global/codefeed
2025-09-14 - 1.7.2 - fix(core) Stabilize pagination, tag mapping, changelog parsing, and HTTP retry/backoff; add tests and caching improvements Handle paginated orgs, repos, commits, and tags to avoid missing pages. Map tags to commit SHAs and extract version...
changelog.md for @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...
changelog.md for @push.rocks/smartexit
2026-03-04 - 2.0.3 - fix(smartexit) use native OS methods to kill process trees; remove tree-kill dependency Replaced tree-kill usage with taskkill on Windows and process.kill(-pid) on POSIX. Removed tree-kill package from dependencies and removed its export ...
changelog.md for @social.io/interfaces
2024-12-27 - 1.2.1 - fix(documentation) Updated package description and keywords Standardized and expanded the package description for better clarity. Added relevant keywords to enhance discoverability. 2024-12-27 - 1.2.0 - feat(ci) Add GitHub Actions workfl...