New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

crosslightning-sdk-base

Package Overview
Dependencies
Maintainers
0
Versions
318
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crosslightning-sdk-base - npm Package Compare versions

Comparing version 9.2.0-beta4 to 9.2.0-beta5

1

dist/swaps/Swapper.js

@@ -186,2 +186,3 @@ "use strict";

return __awaiter(this, void 0, void 0, function* () {
this.logger.info("init(): Intializing swapper: ", this);
yield this.chainEvents.init();

@@ -188,0 +189,0 @@ this.logger.info("init(): Initializing To BTCLN");

2

package.json
{
"name": "crosslightning-sdk-base",
"version": "9.2.0-beta4",
"version": "9.2.0-beta5",
"description": "CrossLightning SDK chain-agnostic base",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

@@ -300,2 +300,4 @@ import {BitcoinNetwork} from "../btc/BitcoinNetwork";

async init() {
this.logger.info("init(): Intializing swapper: ", this);
await this.chainEvents.init();

@@ -302,0 +304,0 @@

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