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.4 to 0.0.5

5

controller/connector.js

@@ -71,3 +71,3 @@ 'use strict'

async InitConnection(option, isGenesis = false) {
InitConnection(option, isGenesis = false) {
try {

@@ -138,4 +138,3 @@ const connection = new Connection(option);

this.#EmitEvent((new ConnectionEvent('first_offer', {
connectionId: connection.id,
offer: (await connection.GetOffer())
connection: this.connections[connection.id]
})).event);

@@ -142,0 +141,0 @@ }

3

package.json
{
"name": "guardee",
"version": "0.0.4",
"version": "0.0.5",
"description": "Guardee Wallet API",

@@ -36,3 +36,2 @@ "main": "index.js",

"@shelf/fast-chunk-string": "^3.0.0",
"customevent": "^1.0.1",
"moment": "^2.29.4",

@@ -39,0 +38,0 @@ "node-fetch": "2.6.x",

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