Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
map-age-cleaner
Automatically cleanup expired items in a Map
cacheable
High Performance Layer 1 / Layer 2 Caching with Keyv Storage
@brokerloop/ttlcache
Evented LRU TTL cache for NodeJS and browsers.
jwt-check-expiration
Check to see if a token is expired using only the token itself without a secret key or validation
expires
Simple expiration helper
jwt-check-expiry
check JWT is expired or not.
expired-storage
Micro JS lib that provide local & session storage with expiration time.
cookiesjs
Intuitive cookie manipulation library for the front-end
@ribeirolabs/local-storage
Local storage helper for set/get values, with value conversion
timer-wheel
Timer wheel for managing expiration of a large amount of items
check-cert-expiration
query an SSL/TLS server and report its certificate's expiration date
simple-in-memory-cache
A simple in-memory cache, for nodejs and the browser, with time based expiration policies.
session-expiration-alert
An Angular module to time session expiration. When user session idle time reaches a threshold, then pop up a modal dialog to let user choose to continue session or log out the system. When user session is expired, timer will stop and user will be logged o
wonder-payment
A lightweight and customizable wonder component for secure and user-friendly credit card input in payment forms.
timed-kvs
Lightweight Key-value storage with built-in TTL expiration management
@ttessarolo/ttl-map-array
`TTLMapArray` is a JavaScript class that combines the features of both an Array and a Map, with built-in support for Time-To-Live (TTL) expiration of items. Each item can have an optional TTL after which it is automatically removed from the collection, an
@luudjanssen/localforage-cache
A wrapper around localforage adding experation times and cache invalidation methods
react-expiry
Hide React components based on expiry date/time
tiny-shelf
tiny-shelf is a lightweight and easy-to-use browser storage manager. It provides a unified API for localStorage and sessionStorage, supports automatic expiration (expires)
jwt-node-decoder
Decodes JWT (JSON Web Token) and checks expiration date. A Node port of angular-jwt.