Socket
Socket
Sign inDemoInstall

@synonymdev/blocktank-lsp-http-client

Package Overview
Dependencies
Maintainers
6
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@synonymdev/blocktank-lsp-http-client - npm Package Compare versions

Comparing version 1.5.1 to 1.6.0

dist/shared/BtBolt11InvoiceState.d.ts

4

dist/shared/IBtBolt11Invoice.d.ts

@@ -1,7 +0,7 @@

import { BtBolt11PaymentState } from './BtBolt11PaymentState';
import { BtBolt11InvoiceState } from './BtBolt11InvoiceState';
export interface IBtBolt11Invoice {
request: string;
state: BtBolt11PaymentState;
state: BtBolt11InvoiceState;
expiresAt: string;
updatedAt: string;
}

@@ -5,2 +5,3 @@ import { IBtBolt11Invoice } from "./IBtBolt11Invoice";

import { BtPaymentState2 } from './BtPaymentState2';
import { IManualRefund } from './IManualRefund';
export interface IBtPayment {

@@ -19,2 +20,3 @@ /**

isManuallyPaid?: boolean;
manualRefund?: IManualRefund;
}

@@ -1,2 +0,2 @@

export * from './BtBolt11PaymentState';
export * from './BtBolt11InvoiceState';
export * from './BtOpenChannelState';

@@ -3,0 +3,0 @@ export * from './BtOrderState';

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

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./BtBolt11PaymentState"), exports);
__exportStar(require("./BtBolt11InvoiceState"), exports);
__exportStar(require("./BtOpenChannelState"), exports);

@@ -20,0 +20,0 @@ __exportStar(require("./BtOrderState"), exports);

{
"name": "@synonymdev/blocktank-lsp-http-client",
"version": "1.5.1",
"version": "1.6.0",
"description": "Blocktank Http Api Client",

@@ -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