secure-webstore
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "secure-webstore", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Secure IndexedDB store using encryption", | ||
@@ -5,0 +5,0 @@ "author": "Andrei Sambra", |
# Secure-webstore | ||
[![Build Status](https://travis-ci.org/AkashaProject/secure-store.svg?branch=master)](https://travis-ci.org/AkashaProject/secure-store) | ||
[![Build Status](https://travis-ci.org/AkashaProject/secure-webstore.svg?branch=master)](https://travis-ci.org/AkashaProject/secure-webstore) | ||
@@ -9,3 +9,3 @@ This is a secure, promise-based keyval store that encrypts data stored in IndexedDB. | ||
The IndexedDB wrapper used internally is [idb-keyval](https://github.com/jakearchibald/idb-keyval/), while the cryptographic operations are handled by [web-crypto](https://github.com/AkashaProject/web-crypto). | ||
The IndexedDB wrapper used internally is [idb-keyval](https://github.com/jakearchibald/idb-keyval/), while the cryptographic operations are handled by [easy-web-crypto](https://github.com/AkashaProject/easy-web-crypto). | ||
@@ -12,0 +12,0 @@ ## Usage |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
176621