An in-memory FIFO cache with fixed TTL for Node.js, designed to streamline the common get-or-fetch pattern by automating valueretrieval. It uses an internal keyed lock to coalesce concurrent fetches for the same key, reducing redundant network calls and
stokado can proxy objects of any storage
-like, providing getter/setter syntax sugars, serialization, subscription listening, expiration setting, one-time valueretrieval.
A lightweight and modern utility to mask input fields with password-like characters. This library is specifically designed to prevent password managers from automatically saving values, making it ideal for sensitive data handling. It also provides a metho
The InputMaskingPassword component is a password input field that includes masking functionality (hiding characters as the user types) and allows toggling to show or hide the password. It uses the @krozamdev/masked-password library to apply the masking an