Socket
Socket
Sign inDemoInstall

bitagora-booth

Package Overview
Dependencies
Maintainers
1
Versions
178
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitagora-booth - npm Package Compare versions

Comparing version 1.0.41 to 1.0.42

5

booth.js

@@ -37,7 +37,6 @@ const {

const privkey_hex = Bs58.decode(data.privkey).toString('hex');
const privateKey = Secp256k1PrivateKey.fromHex(privkey_hex);
/* const privateKey = Secp256k1PrivateKey.fromHex(privkey_hex);
const signerContext = createContext('secp256k1');
const factory = new CryptoFactory(signerContext);
const signer = factory.newSigner(privateKey);
const data.id = signerContext.getPublicKey(privateKey).asHex();
*/
}

@@ -44,0 +43,0 @@ if (!Boolean(data.poll) || !Boolean(data.id)) throw 'No data';

2

package.json
{
"name": "bitagora-booth",
"version": "1.0.41",
"version": "1.0.42",
"description": "Bitagora booth",

@@ -5,0 +5,0 @@ "main": "booth.js",

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