New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1.2 to 2.1.3

7

dist/model/Transaction.d.ts

@@ -82,3 +82,3 @@ export declare type TransactionParty = LightrailTransactionParty | StripeTransactionParty | InternalTransactionParty;

id: string;
tax: TaxRequestProperties;
tax: TaxRequestProperties | null;
transactionType: TransactionType;

@@ -90,4 +90,5 @@ currency: string;

steps: TransactionStep[];
paymentSources: TransactionParty[];
metadata: object;
paymentSources: TransactionParty[] | null;
metadata: object | null;
createdBy: string;
}

@@ -94,0 +95,0 @@ export interface DebitSource {

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