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

7 total results found

readme.md for @push.rocks/lik

@push.rocks/lik

⚡ A lean, fully-typed collection of utility classes for TypeScript — efficient data structures, async execution control, and reactive helpers that work seamlessly in both Node.js and the browser. Install # pnpm (recommended) pnpm install @push.rocks/lik # npm...

utilities
helpers
typescript
node.js
string manipulation
object management
execution control
data structures
asynchronous programming
event handling
data aggregation

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

@push.rocks/lik

light little helpers for node Availabililty Status for master Usage Use TypeScript for best in class instellisense. // import any tool that you need from lik import { Stringmap, Objectmap, Observablemap } from 'lik'; class Stringmap Stringmap all...

utilities
helpers
typescript
node.js
string manipulation
object management
execution control
data structures
asynchronous programming
event handling
data aggregation

readme.md for @push.rocks/smartevent

@push.rocks/smartevent

handle events in smart ways Install To install @push.rocks/smartevent for use in your project, run the following command in your project root: npm install @push.rocks/smartevent --save This command will add @push.rocks/smartevent to your project's dependencie...

event handling
smart event management
typescript
promises integration
asynchronous programming
event-driven development

readme.md for @push.rocks/smartstream

@push.rocks/smartstream

A TypeScript-first library for creating and manipulating Node.js and Web streams with built-in backpressure handling, async transformations, and seamless Node.js ↔ Web stream interoperability. Issue Reporting and Security For reporting bugs, issues, or securit...

stream
node.js
typescript
stream manipulation
data processing
pipeline
async transformation
event handling
backpressure
readable stream
writable stream
duplex stream
transform stream
file streaming
buffer
stream utilities
esm

changelog.md for @push.rocks/lik

@push.rocks/lik

2026-03-22 - 6.4.0 - feat(collections) add new collection APIs, iterator support, and tree serialization utilities adds new convenience methods and properties across BackpressuredArray, FastMap, LimitedArray, ObjectMap, and Tree, including length/size accesso...

utilities
helpers
typescript
node.js
string manipulation
object management
execution control
data structures
asynchronous programming
event handling
data aggregation

changelog.md for @push.rocks/smartrx

@push.rocks/smartrx

2025-04-25 - 3.0.10 - fix(ci) Update CI workflows, dependency versions, and TypeScript configuration Updated .gitea workflow files: changed IMAGE URL and npmci package name (@shipzone/npmci to @ship.zone/npmci) Upgraded development dependencies from @gitzone/...

rxjs
wrapper
observables
event emitter
stream processing
reactive programming
backpressure
event handling

changelog.md for @push.rocks/smartstream

@push.rocks/smartstream

2026-03-02 - 3.4.0 - feat(smartduplex) improve backpressure handling and web/node stream interoperability Refactored SmartDuplex to use synchronous _read/_write/_final (avoids async pitfalls), added internal backpressured buffer draining and consumer signalin...

stream
node.js
typescript
stream manipulation
data processing
pipeline
async transformation
event handling
backpressure
readable stream
writable stream
duplex stream
transform stream
file streaming
buffer
stream utilities
esm