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

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.29 to 1.0.30

7

lib/validate.js

@@ -23,3 +23,8 @@ 'use strict';

const certScript = _hash('sha256',_hash('sha256',payload));
//return Secp256k1PublicKey.verify(self, poll.approval, certScript, poll.certkey);
// const signerContext = createContext('secp256k1');
// const certifier_pubkey = Secp256k1PublicKey.fromHex(poll.certkey)
// result = signerContext.verify(poll.approval, Buffer.from(certScript), certifier_pubkey)
// console.log("Verifyin poll signature with new algorithm");
// console.log(result);
// return result;
/*

@@ -26,0 +31,0 @@ var pubPoint = EC.keyFromPublic(poll.certkey, 'hex').getPublic();

2

package.json
{
"name": "bitagora-booth",
"version": "1.0.29",
"version": "1.0.30",
"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