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

@eoscafe/light-api

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eoscafe/light-api - npm Package Compare versions

Comparing version 3.2.15 to 3.2.16

4

dist/src/jsonrpc.d.ts

@@ -64,3 +64,3 @@ import { GetAccount, GetBalances, GetKeyAccounts, GetCodehash, GetAccountInfo } from "./types/api";

*/
get_key_accounts(key: string): Promise<GetKeyAccounts[]>;
get_all_key_accounts(key: string): Promise<GetKeyAccounts[]>;
/**

@@ -74,3 +74,3 @@ * [GET /api/key]

*/
get_network_key_accounts(key: string): Promise<GetKeyAccounts>;
get_key_accounts(key: string): Promise<GetKeyAccounts>;
/**

@@ -77,0 +77,0 @@ * [GET /api/networks]

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

*/
JsonRpc.prototype.get_key_accounts = function (key) {
JsonRpc.prototype.get_all_key_accounts = function (key) {
return __awaiter(this, void 0, void 0, function () {

@@ -210,3 +210,3 @@ var promises;

*/
JsonRpc.prototype.get_network_key_accounts = function (key) {
JsonRpc.prototype.get_key_accounts = function (key) {
return __awaiter(this, void 0, void 0, function () {

@@ -213,0 +213,0 @@ var url;

{
"name": "@eoscafe/light-api",
"version": "3.2.15",
"version": "3.2.16",
"description": "Light API HTTP Javascript library",

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

Sorry, the diff of this file is not supported yet

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