Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

13 total results found

readme.md for @design.estate/dees-comms

@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. ...

dom communication
message broadcasting
cross-browser
cross-tab
web workers
typed messages
typescript
broadcast channel
client-side messaging
module

readme.md for @design.estate/navigation

@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 ...

navigation
abstraction
typescript
module
navigation management
compiled navigation
navigation entry
reactive programming
observables

readme.md for @design.estate/fontloader

@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...

font loading
font management
typescript
web development
ui design
custom fonts
performance optimization
module

readme.md for @foss.global/codefeed

@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/...

codefeed
gitea
commits
changelog
repository
development tools
npm
module
code analysis
activity feed
version control

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...

logging
context management
context enrichment
asynchronous
scope management
typescript
nodejs
module
async log contexts

readme.md for @push.rocks/smartexit

@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...

node.js
typescript
process management
graceful shutdown
cleanup operations
child process termination
signal handling
library
npm package
async cleanup
module
sigint handling
uncaught exception management
process exit management

readme.md for @push.rocks/smartvhost

@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...

virtual host
smartexpress
networking
proxy
vhost configuration
node.js
express
web server
reverse proxy
typescript
ssl
module

readme.md for @social.io/interfaces

@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...

typescript
interfaces
social media
data exchange
session management
profile management
conversations
node.js
typed requests
standardization
module
npm package

changelog.md for @design.estate/dees-comms

@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...

dom communication
message broadcasting
cross-browser
cross-tab
web workers
typed messages
typescript
broadcast channel
client-side messaging
module

changelog.md for @foss.global/codefeed

@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...

codefeed
gitea
commits
changelog
repository
development tools
npm
module
code analysis
activity feed
version control

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...

logging
context management
context enrichment
asynchronous
scope management
typescript
nodejs
module
async log contexts

changelog.md for @push.rocks/smartexit

@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 ...

node.js
typescript
process management
graceful shutdown
cleanup operations
child process termination
signal handling
library
npm package
async cleanup
module
sigint handling
uncaught exception management
process exit management

changelog.md for @social.io/interfaces

@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...

typescript
interfaces
social media
data exchange
session management
profile management
conversations
node.js
typed requests
standardization
module
npm package