New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@logion/node-api

Package Overview
Dependencies
Maintainers
2
Versions
191
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@logion/node-api - npm Package Compare versions

Comparing version
0.31.0
to
0.31.1-1
+1
-1
dist/cjs/Queries.js

@@ -126,3 +126,3 @@ "use strict";

else {
const hostAddress = someLegalOfficerData.asGuest.toString();
const hostAddress = someLegalOfficerData.asGuest.hostId.toString();
const hostLegalOfficerData = await this.api.query.loAuthorityList.legalOfficerSet(hostAddress);

@@ -129,0 +129,0 @@ const hostData = this.adapters.toHostData(hostLegalOfficerData.unwrap());

@@ -123,3 +123,3 @@ import { Adapters } from "./Adapters.js";

else {
const hostAddress = someLegalOfficerData.asGuest.toString();
const hostAddress = someLegalOfficerData.asGuest.hostId.toString();
const hostLegalOfficerData = await this.api.query.loAuthorityList.legalOfficerSet(hostAddress);

@@ -126,0 +126,0 @@ const hostData = this.adapters.toHostData(hostLegalOfficerData.unwrap());

{
"name": "@logion/node-api",
"version": "0.31.0",
"version": "0.31.1-1",
"description": "logion API",

@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js",