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.10 to 3.2.11

7

dist/src/jsonrpc.js

@@ -76,4 +76,7 @@ "use strict";

if (args === void 0) { args = {}; }
this.chain = chain || "eos";
this.endpoint = args.endpoint || chainToEndpoint[chain] || chainToEndpoint.eos;
this.chain = chain;
this.endpoint = args.endpoint || chainToEndpoint[chain];
if (!this.endpoint) {
throw new Error("Chain " + chain + " does not have a default endpoint, provide one in args");
}
if (args.fetch) {

@@ -80,0 +83,0 @@ this.fetchBuiltin = args.fetch;

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