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.9 to 3.2.10

12

dist/src/jsonrpc.js

@@ -43,15 +43,15 @@ "use strict";

var chainToEndpoint = {
eos: "https://api.light.xeos.me",
telos: "https://api.light.xeos.me",
eos: "https://api.light.xeos.me",
jungle: "https://lightapi.eosgeneva.io",
bos: "https://lightapi.eosamsterdam.net",
instar: "https://lightapi.eosamsterdam.net",
proton: "https://lightapi.eosamsterdam.net",
wax: "https://lightapi.eosamsterdam.net",
instar: "https://lightapi.eosamsterdam.net",
worbli: "https://lightapi.eosamsterdam.net",
xec: "https://lightapi.eosamsterdam.net",
worbli: "https://lightapi.eosamsterdam.net",
coffe: "https://hyperion.coffe.io",
proton: "https://testnet-lightapi.eosams.xeos.me",
waxtest: "https://testnet-lightapi.eosams.xeos.me",
protontest: "https://testnet-lightapi.eosams.xeos.me",
telostest: "https://testnet-lightapi.eosams.xeos.me",
waxtest: "https://testnet-lightapi.eosams.xeos.me",
coffe: "https://hyperion.coffe.io",
};

@@ -58,0 +58,0 @@ var keyEndpoints = [

@@ -32,4 +32,4 @@ import { Balance, ChainInfo, DelegatedFrom, DelegatedTo, Linkauth, Permission, CodehashInfo } from "./common";

export declare type GetTopHolders = string[][];
export declare type GetTopRam = Array<Array<(string | number)>>;
export declare type GetTopStake = Array<Array<(string | number | number)>>;
export declare type GetTopRam = (string | number)[][];
export declare type GetTopStake = (string | number | number)[][];
export interface GetCodehash {

@@ -36,0 +36,0 @@ [key: string]: {

{
"name": "@eoscafe/light-api",
"version": "3.2.9",
"version": "3.2.10",
"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