keystore-idb
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -81,3 +81,3 @@ "use strict"; | ||
spki = _a.sent(); | ||
return [2 /*return*/, "-----BEGIN PUBLIC KEY-----\n" + utils_1.default.arrBufToBase64(spki) + "\n-----END PUBLIC KEY-----"]; | ||
return [2 /*return*/, utils_1.default.arrBufToBase64(spki)]; | ||
} | ||
@@ -84,0 +84,0 @@ }); |
@@ -25,3 +25,3 @@ import { init, clear } from './keystore'; | ||
}; | ||
normalize(maybeCfg?: Partial<types.Config> | undefined, eccEnabled?: boolean): types.Config; | ||
normalize(maybeCfg?: types.PartialConfig | undefined, eccEnabled?: boolean): types.Config; | ||
eccEnabled(): Promise<boolean>; | ||
@@ -28,0 +28,0 @@ defaultConfig: types.Config; |
{ | ||
"name": "keystore-idb", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
818828
8113