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 3.1.0 to 3.1.1

2

CHANGELOG.md
# Changelog
## 3.1.0
## 3.1.1
[Fixed Debit/Credit params](https://github.com/Giftbit/lightrail-client-javascript/pull/27)

@@ -5,0 +5,0 @@ - Fixed Uses param, updated amount to optional

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

else {
requestUtils_1.validateRequiredParams(["id", "currency", "source", "amount"], params);
requestUtils_1.validateRequiredParams(["id", "currency", "source"], params);
}

@@ -55,3 +55,3 @@ const resp = yield lightrail.request("POST", "transactions/debit").send(params);

else {
requestUtils_1.validateRequiredParams(["id", "currency", "destination", "amount"], params);
requestUtils_1.validateRequiredParams(["id", "currency", "destination"], params);
}

@@ -58,0 +58,0 @@ const resp = yield lightrail.request("POST", "transactions/credit").send(params);

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