keystore-idb
Advanced tools
Comparing version 0.15.0-alpha-6 to 0.15.0
{ | ||
"name": "keystore-idb", | ||
"version": "0.15.0-alpha-6", | ||
"version": "0.15.0", | ||
"description": "In-browser key management with IndexedDB and the Web Crypto API", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
@@ -47,3 +47,3 @@ # IndexedDB KeyStore | ||
```typescript | ||
import keystore from './index' | ||
import keystore from 'keystore-idb' | ||
@@ -50,0 +50,0 @@ async function run() { |
394972