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

2

dist/KeyStoreUtils.d.ts
/// <reference types="node" />
import { KeyStore } from 'conseiljs';
export declare namespace KeyStoreUtils {
function generateMnemonic(strength?: number): Promise<string>;
function generateMnemonic(strength?: number): string;
function generateIdentity(strength?: number, password?: string, mnemonic?: string): Promise<KeyStore>;

@@ -6,0 +6,0 @@ function restoreIdentityFromSecretKey(secretKey: string): Promise<KeyStore>;

@@ -26,5 +26,3 @@ "use strict";

function generateMnemonic(strength = 256) {
return __awaiter(this, void 0, void 0, function* () {
return bip39.generateMnemonic(strength);
});
return bip39.generateMnemonic(strength);
}

@@ -31,0 +29,0 @@ KeyStoreUtils.generateMnemonic = generateMnemonic;

{
"name": "conseiljs-softsigner",
"version": "5.0.1-beta.4",
"version": "5.0.1-beta.5",
"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",

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