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

12 total results found

readme.md for @api.global/typedrequest

@api.global/typedrequest

A TypeScript library for making fully typed request/response cycles across any transport — HTTP, WebSockets, broadcast channels, or custom protocols. Define your API contract once as a TypeScript interface, then use it on both client and server with compile-ti...

typescript
api requests
http
typed programming
request routing
response handling
virtual streams
asynchronous
network communication
server communication
api integration

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/smartcache

@push.rocks/smartcache

Smart time-based caching for async functions - Because waiting is overrated! 🌟 What is SmartCache? @push.rocks/smartcache is a powerful TypeScript caching library that intelligently caches the results of asynchronous functions. It automatically detects identic...

caching
asynchronous
time-based invalidation
hash-based identification
smart caching
node.js
performance optimization
typescript
delay handling
error management

readme.md for @push.rocks/smartcli

@push.rocks/smartcli

A library for easily creating observable CLI tasks with support for commands, arguments, and options. Install To install the package, simply run: npm install @push.rocks/smartcli --save This command will add @push.rocks/smartcli as a dependency in your packag...

cli
command line
observable
reactive
asynchronous
commands
arguments
options
alias
typescript
node.js
development tool

docs/index.md for @push.rocks/smartcli

@push.rocks/smartcli

nodejs wrapper for CLI related tasks Availabililty Status for master Usage For further information read the linked docs at the top of this README. MIT licensed | © Lossless GmbH | By using this npm module you agree to our privacy policy

cli
command line
observable
reactive
asynchronous
commands
arguments
options
alias
typescript
node.js
development tool

readme.md for @push.rocks/smartdelay

@push.rocks/smartdelay

@push.rocks/smartdelay is a modern library designed to simplify working with timeouts in the async/await era, all while being fully written in TypeScript. This tool offers a range of functionalities that streamline the process of implementing delays and timeou...

typescript
async/await
timeouts
delay
scheduling
task delay
asynchronous
programming utility
promise
timeout management

readme.md for @push.rocks/smartpromise

@push.rocks/smartpromise

A library for simple promises and Deferred constructs with TypeScript support. Install npm install @push.rocks/smartpromise --save This module is designed to be used with TypeScript for the best developer experience, providing type safety and IntelliSense in ...

promise
deferred
async
promisify
cumulative deferred
timeout
typescript
asynchronous
utilities

changelog.md for @api.global/typedrequest

@api.global/typedrequest

2026-03-03 - 3.3.0 - feat(typedrouter) add middleware support to TypedRouter and export middleware type Introduces TMiddlewareFunction and TypedRouter.addMiddleware() to run pre-handler middleware (throw TypedResponseError to reject). Adds getTypedHandlerAndR...

typescript
api requests
http
typed programming
request routing
response handling
virtual streams
asynchronous
network communication
server communication
api integration

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/smartcache

@push.rocks/smartcache

2025-08-28 - 1.0.18 - fix(config) Add local .claude settings to configure assistant/tooling permissions Add .claude/settings.local.json to define allowed permissions for local assistant tooling Permissions include WebFetch, Bash command patterns, and multiple...

caching
asynchronous
time-based invalidation
hash-based identification
smart caching
node.js
performance optimization
typescript
delay handling
error management

changelog.md for @push.rocks/smartcli

@push.rocks/smartcli

2025-10-28 - 4.0.19 - fix(license) Update license files and add local tool settings Update LICENSE header to reference Task Venture Capital GmbH as copyright holder Add a new license file containing the full MIT license text Add .claude/settings.local.json to...

cli
command line
observable
reactive
asynchronous
commands
arguments
options
alias
typescript
node.js
development tool

changelog.md for @push.rocks/smartpromise

@push.rocks/smartpromise

2025-02-20 - 4.2.3 - fix(test) Refactor test suite for improved readability and maintainability. Updated and cleaned up test cases for deferreds and promises. Reduced timeouts in tests for quicker execution. Added expectations for promise status and duration....

promise
deferred
async
promisify
cumulative deferred
timeout
typescript
asynchronous
utilities