Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

conseiljs-softsigner

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conseiljs-softsigner - npm Package Compare versions

Comparing version 5.0.2-beta.2 to 5.0.2-beta.3

6

dist/SoftSigner.js

@@ -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) {

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc