| softvar/secure-ls |
626 |
|
23 |
46 |
over 2 years ago |
11 |
December 12, 2019 |
37 |
mit |
JavaScript |
| :lock: Secure localStorage data with high level of encryption and data compression |
| ozantunca/locally |
374 |
|
5 |
7 |
about 6 years ago |
6 |
March 19, 2016 |
4 |
mit |
JavaScript |
| Locally is a localStorage manager that supports expirable items with timeout values and saves space by compressing them using LZW algorithm. |
| macmcmeans/localDataStorage |
81 |
|
0 |
0 |
over 2 years ago |
0 |
|
1 |
bsd-3-clause |
JavaScript |
| 💼 A handy wrapper for HTML5 localStorage that seamlessly gets/sets common data types (Array, BigInt, Boolean, Date, Float, Integer, null, Object and String); provides simple data scrambling; intelligently compresses strings (saving storage space); permits query by key as well as query by value and promotes shared storage segmentation in the same domain. Key names and values are multi-byte Unicode-safe, and a key value change will fire an event you can subscribe to (even on a single page). |
| mesmerised/persistme |
13 |
|
0 |
3 |
almost 8 years ago |
5 |
May 10, 2018 |
0 |
mit |
JavaScript |
| localStorage on steroids :syringe: Namespace your storage even on same domains, defy storage limits with compression and much more :floppy_disk: |
| iprodev/JS-EasyCache |
6 |
|
0 |
2 |
over 10 years ago |
1 |
July 21, 2015 |
0 |
mit |
JavaScript |
| An easy & fast localStorage-based memcache-inspired client-side caching library with lossless data compression support. |