Socket
Socket
Sign inDemoInstall

guardee

Package Overview
Dependencies
Maintainers
1
Versions
175
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

guardee - npm Package Compare versions

Comparing version 0.0.31 to 0.0.32

21

controller/connector.js

@@ -99,9 +99,7 @@ 'use strict'

connection.SetAnswer(data.answer).then(res => {
if(res.answer.length > 0) {
this.#Emit('genesis_answer_set', {
connection: res
});
}
}).then(async res => {
await Util.Sleep(100);
if(res.answer.length === 0) throw 'Failed to set answer';
this.#Emit('genesis_answer_set', {
connection: res
});
connection.Send({

@@ -116,11 +114,2 @@ method: 'connect',

}).catch(e => {
connection.Send({
method: 'error',
data: {
msg: 'connect_failed',
error: e,
connectionId: connection.id,
peerId: data.connectionId
}
});
throw e;

@@ -127,0 +116,0 @@ });

{
"name": "guardee",
"version": "0.0.31",
"version": "0.0.32",

@@ -5,0 +5,0 @@ "description": "Guardee Wallet API",

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