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.1-beta.5 to 5.0.1-beta.6

2

dist/KeyStoreUtils.js

@@ -53,3 +53,3 @@ "use strict";

}
const seed = (yield bip39.mnemonicToSeed(mnemonic.split(' ').join(''), password)).slice(0, 32);
const seed = (yield bip39.mnemonicToSeed(mnemonic, password)).slice(0, 32);
const keys = yield generateKeys(seed);

@@ -56,0 +56,0 @@ const secretKey = conseiljs_2.TezosMessageUtils.readKeyWithHint(keys.secretKey, 'edsk');

@@ -20,3 +20,3 @@ "use strict";

return __awaiter(this, void 0, void 0, function* () {
return CryptoUtils_1.CryptoUtils.signDetached(bytes, this.secretKey);
return CryptoUtils_1.CryptoUtils.signDetached(conseiljs_1.TezosMessageUtils.simpleHash(bytes, 32), this.secretKey);
});

@@ -23,0 +23,0 @@ }

{
"name": "conseiljs-softsigner",
"version": "5.0.1-beta.5",
"version": "5.0.1-beta.6",
"description": "ConseilJS software signer plugin for ConseilJS-core. Supports the ED25519 curve via libsodium for tz1-address operations.",

@@ -68,3 +68,3 @@ "browser": "dist/index.js",

"bip39": "3.0.2",
"conseiljs": "5.0.1-beta.2",
"conseiljs": "5.0.1-beta.3",
"libsodium-wrappers-sumo": "0.7.6"

@@ -77,15 +77,15 @@ },

"@types/nock": "11.1.0",
"@types/node": "13.9.1",
"@typescript-eslint/eslint-plugin": "2.29.0",
"@typescript-eslint/parser": "2.29.0",
"@types/node": "14.0.13",
"@typescript-eslint/eslint-plugin": "3.2.0",
"@typescript-eslint/parser": "3.2.0",
"awesome-typescript-loader": "5.2.1",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"copyfiles": "2.2.0",
"coveralls": "3.0.12",
"eslint": "6.8.0",
"eslint-config-airbnb-base": "14.1.0",
"eslint-plugin-import": "2.20.2",
"mocha": "7.1.1",
"nyc": "15.0.1",
"copyfiles": "2.3.0",
"coveralls": "3.1.0",
"eslint": "7.2.0",
"eslint-config-airbnb-base": "14.2.0",
"eslint-plugin-import": "2.21.2",
"mocha": "8.0.1",
"nyc": "15.1.0",
"request-promise": "4.2.5",

@@ -95,7 +95,7 @@ "source-map-loader": "0.2.4",

"terser-webpack-plugin": "2.3.5",
"ts-loader": "6.2.1",
"ts-node": "8.9.0",
"ts-loader": "7.0.5",
"ts-node": "8.10.2",
"tsconfig-paths-webpack-plugin": "3.2.0",
"typedoc": "0.17.4",
"typedoc-plugin-markdown": "2.2.17",
"typedoc": "0.17.7",
"typedoc-plugin-markdown": "2.3.1",
"typescript": "3.8.3",

@@ -107,4 +107,4 @@ "webpack": "4.43.0",

"engines": {
"node": ">=12.16.x",
"npm": ">=6.14.x"
"node": ">=12.16.3",
"npm": ">=6.14.4"
},

@@ -111,0 +111,0 @@ "eslintConfig": {

Sorry, the diff of this file is not supported yet

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