Advanced Search
Search Results
4 total results found
readme.md for @push.rocks/smartguard
A TypeScript library for creating and managing validation guards, aiding in data validation and security checks. Install To install @push.rocks/smartguard, run the following command in your terminal: npm install @push.rocks/smartguard --save This will add @pu...
readme.md for @push.rocks/smartstate
A TypeScript-first reactive state management library with processes, middleware, computed state, batching, persistence, and Web Component Context Protocol support 🚀 Issue Reporting and Security For reporting bugs, issues, or security vulnerabilities, please vi...
changelog.md for @push.rocks/smartguard
2024-08-25 - 3.1.0 - feat(core) Added Guard Handling and Removed npmci from CI Refactored Guard and GuardSet classes for better modularization Introduced GuardError for detailed error handling Updated dependencies versions in package.json Removed npmci config...
changelog.md for @push.rocks/smartstate
2026-03-27 - 2.3.0 - feat(stateprocess) add managed state processes with lifecycle controls, scheduled actions, and disposal safety introduces StateProcess with start, pause, resume, dispose, status, and auto-pause support adds createProcess() and createSched...