conseiljs-softsigner
Advanced tools
Comparing version 5.0.2-beta.2 to 5.0.2-beta.3
@@ -50,3 +50,7 @@ "use strict"; | ||
if (!this._unlocked) { | ||
this._key = yield CryptoUtils_1.CryptoUtils.decryptMessage(this._secretKey, this._passphrase, this._salt); | ||
const k = yield CryptoUtils_1.CryptoUtils.decryptMessage(this._secretKey, this._passphrase, this._salt); | ||
if (this._lockTimout == 0) { | ||
return k; | ||
} | ||
this._key = k; | ||
this._unlocked = true; | ||
@@ -53,0 +57,0 @@ if (this._lockTimout > 0) { |
{ | ||
"name": "conseiljs-softsigner", | ||
"version": "5.0.2-beta.2", | ||
"version": "5.0.2-beta.3", | ||
"description": "ConseilJS software signer plugin for ConseilJS-core. Supports the ED25519 curve via libsodium for tz1-address operations.", | ||
@@ -5,0 +5,0 @@ "browser": "dist/index.js", |
@@ -51,3 +51,3 @@ # ConseilJS-softsigner | ||
<script src="https://cdn.jsdelivr.net/gh/cryptonomic/conseiljs-softsigner/dist-web/conseiljs-softsigner.min.js" | ||
integrity="sha384-BsxZZ+WeqK8R4RUMOdcH8djPw3s2cvuPbaYMaAcQ1b5tUEmgq/hz+E9aM13wXetI" | ||
integrity="sha384-gmo96y8/A1pPfu7t/0LS4DjMG4Djzg8ouw5ke9DzwuXDf5mRY4sK6m9M5K/GSVJZ" | ||
crossorigin="anonymous"></script> | ||
@@ -54,0 +54,0 @@ <script> |
Sorry, the diff of this file is not supported yet
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
44303
379
0