softvar / secure-ls

:lock: Secure localStorage data with high level of encryption and data compression
http://softvar.github.io/secure-ls
MIT License
644 stars 81 forks source link

Add window or global to allow SSR compatibility #51

Open moogus opened 3 years ago

moogus commented 3 years ago

Add window or global to allow SSR compatibility

This work aims to allow the use of this module in a server side rendered environment. This work does not enable the module for use on the server but removes window dependancies.

image

NayamAmarshe commented 2 years ago

Any updates on this?