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.159 to 1.0.160

5

booth.js

@@ -71,3 +71,3 @@ /**

console.log(err);
reject(err;
reject(err);
} else {

@@ -288,3 +288,4 @@ console.log("Response from postVote");

if (!Boolean(uniqueAPIs) || uniqueAPIs.length == 0) throw 'No APIs';
getVoteBytes(newVote, signer, context.poll).then((bytes) => {
uniqueAPIs.sort(function() { return .5 - Math.random(); });
getVoteBytes(newVote, signer, context.poll).then((bytes) => {
try {

@@ -291,0 +292,0 @@ if (!bytes) throw 'No bytes to send';

2

package.json
{
"name": "bitagora-booth",
"version": "1.0.159",
"version": "1.0.160",
"license": "Apache-2.0",

@@ -5,0 +5,0 @@ "author": "Ignasi Ribó, 2018",

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