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

lightrail-client

Package Overview
Dependencies
Maintainers
1
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 0.0.8 to 0.0.9

2

dist/cards.d.ts

@@ -24,3 +24,3 @@ import * as transactions from "./cardTransactions";

export declare function cancelCard(card: string | Card, userSuppliedId: string): Promise<Card>;
export declare function activeCard(card: string | Card, userSuppliedId: string): Promise<Transaction>;
export declare function activateCard(card: string | Card, userSuppliedId: string): Promise<Transaction>;
/**

@@ -27,0 +27,0 @@ * Get cardId from the string (as the ID itself) or Card object.

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

exports.cancelCard = cancelCard;
function activeCard(card, userSuppliedId) {
function activateCard(card, userSuppliedId) {
return __awaiter(this, void 0, void 0, function* () {

@@ -126,3 +126,3 @@ const cardId = getCardId(card);

}
exports.activeCard = activeCard;
exports.activateCard = activateCard;
/**

@@ -129,0 +129,0 @@ * Get cardId from the string (as the ID itself) or Card object.

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