Advanced Search
Search Results
4 total results found
readme.md for @fin.cx/csvparser
# @fin.cx/csvparser a csvparser for fin2021 ## Install To install the `@fin.cx/csvparser` module, you can use npm. Simply run the following command: ```bash npm install @fin.cx/csvparser Usage The @fin.cx/csvparser module provides tools to parse CSV files ...
readme.md for @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...
changelog.md for @fin.cx/csvparser
2024-07-05 - 1.1.0 - feat(core) Add support for CI workflows and update gitignore Added .gitea/workflows/default_nottags.yaml for non-tag workflows. Added .gitea/workflows/default_tags.yaml for tag workflows. Updated .gitignore to include standard and custom ...
changelog.md for @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...