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

lightrail-client

Package Overview
Dependencies
Maintainers
4
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lightrail-client - npm Package Compare versions

Comparing version 4.3.1 to 4.3.2

2

dist/index.js

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

// TODO@Dan Review Previous import of package.json to dynamically set this was breaking publish (dist included src/ & package.json file)
r.set("User-Agent", "Lightrail-JavaScript/4.3.1");
r.set("User-Agent", "Lightrail-JavaScript/4.3.2");
}

@@ -100,0 +100,0 @@ if (exports.configuration.isBrowser) {

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

return __awaiter(this, void 0, void 0, function* () {
const resp = yield lightrail.request("GET", "programs").query(params);
const resp = yield lightrail.request("GET", "programs").query(requestUtils_1.formatFilterParams(params));
if (requestUtils_1.isSuccessStatus(resp.status)) {

@@ -97,3 +97,3 @@ return requestUtils_1.formatResponse(resp);

const programId = getProgramId(program);
const resp = yield lightrail.request("GET", `programs/${encodeURIComponent(programId)}/issuances`).query(params);
const resp = yield lightrail.request("GET", `programs/${encodeURIComponent(programId)}/issuances`).query(requestUtils_1.formatFilterParams(params));
if (requestUtils_1.isSuccessStatus(resp.status)) {

@@ -100,0 +100,0 @@ return requestUtils_1.formatResponse(resp);

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

return __awaiter(this, void 0, void 0, function* () {
const resp = yield lightrail.request("GET", "transactions").query(params);
const resp = yield lightrail.request("GET", "transactions").query(requestUtils_1.formatFilterParams(params));
if (requestUtils_1.isSuccessStatus(resp.status)) {

@@ -131,0 +131,0 @@ return requestUtils_1.formatResponse(resp);

{
"name": "lightrail-client",
"version": "4.3.1",
"version": "4.3.2",
"description": "A Javascript and Typescript client for Lightrail",

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

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