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 2.0.18 to 2.0.19

2

dist/params/values/ListValuesParams.d.ts

@@ -6,3 +6,3 @@ import { PaginatedLightrailResponse } from "../LightrailResponse";

export interface ListValuesParams extends PaginationParams {
csv?: string;
csv?: boolean;
issuanceId?: string;

@@ -9,0 +9,0 @@ showCode?: boolean;

@@ -40,3 +40,4 @@ "use strict";

const lr = {
body: response.body
body: response.body,
text: response.text
};

@@ -43,0 +44,0 @@ if (response.header) {

{
"name": "lightrail-client",
"version": "2.0.18",
"version": "2.0.19",
"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