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.1.1 to 2.1.2

5

dist/model/Transaction.d.ts

@@ -75,5 +75,10 @@ export declare type TransactionParty = LightrailTransactionParty | StripeTransactionParty | InternalTransactionParty;

}
export declare type TaxRoundingMode = "HALF_EVEN" | "HALF_UP";
export interface TaxRequestProperties {
roundingMode: TaxRoundingMode;
}
export declare type TransactionType = "debit" | "credit" | "checkout" | "transfer" | string;
export interface Transaction {
id: string;
tax: TaxRequestProperties;
transactionType: TransactionType;

@@ -80,0 +85,0 @@ currency: string;

2

package.json
{
"name": "lightrail-client",
"version": "2.1.1",
"version": "2.1.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