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

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.37 to 0.0.38

10

controller/connector.js

@@ -107,12 +107,4 @@ 'use strict'

}
this.#Emit('genesis_answer_set', { connection: res });
this.#Emit('genesis_answer_set', { connection: res });
// connection.Send({
// method: 'connect',
// data: {
// result: 'success',
// connectionId: connection.id,
// peerId: data.connectionId
// }
// });
}).catch(e => {

@@ -119,0 +111,0 @@ throw e;

5

model/connection.js

@@ -43,3 +43,6 @@ 'use strict'

if(initiator === true) this.offer.push(data);
else this.answer.push(data);
else {
console.log(data);
this.answer.push(data);
}
});

@@ -46,0 +49,0 @@ this.OnConnect(() => {

{
"name": "guardee",
"version": "0.0.37",
"version": "0.0.38",

@@ -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