@neoskop/ethereal-secrets-client
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -7,3 +7,3 @@ "use strict"; | ||
function EtherealSecretsClient(config) { | ||
this._storage = config.storage === null ? sessionStorage : config.storage; | ||
this._storage = typeof config.storage === 'undefined' || config.storage === null ? sessionStorage : config.storage; | ||
this._endpoint = config.endpoint; | ||
@@ -10,0 +10,0 @@ } |
{ | ||
"name": "@neoskop/ethereal-secrets-client", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "typings": "dist/index.d.ts", |
Sorry, the diff of this file is not supported yet
11158