AKASHAorg / secure-webstore

A secure IndexedDB store with built-in encryption
MIT License
44 stars 6 forks source link

Upgrade libs and make it work again #18

Closed Jopie64 closed 3 years ago

Jopie64 commented 3 years ago

Notably an upgrade to webpack 5 where class Buffer is not available anymore, because of which this lib was not usable in Angular 12. The fix for the Buffer dependency was made in easy-web-crypto.

This will fix #17

deiu commented 3 years ago

Everything looks fine. Tests pass without any issues. 👍

deiu commented 3 years ago

I've also pushed a new version on npm.