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.27 to 0.0.28

4

controller/api.js

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

try {
return (await this.Fetch('GET', type, data)).data.result;
return await this.Fetch('GET', type, data);
} catch (e) {

@@ -126,3 +126,3 @@ throw e;

try {
return await this.#Get(this.#keys.connection, { connectionId });
return (await this.#Get(this.#keys.connection, { connectionId })).data.result;
} catch (e) {

@@ -129,0 +129,0 @@ throw e;

{
"name": "guardee",
"version": "0.0.27",
"version": "0.0.28",

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