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

crosslightning-intermediary

Package Overview
Dependencies
Maintainers
1
Versions
233
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crosslightning-intermediary - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

3

dist/index.d.ts

@@ -15,1 +15,4 @@ export * from "./info/InfoHandler";

export * from "./swaps/SwapNonce";
export * from "./swaps/SwapHandlerSwap";
export * from "./plugins/PluginManager";
export * from "./plugins/IPlugin";

@@ -31,1 +31,4 @@ "use strict";

__exportStar(require("./swaps/SwapNonce"), exports);
__exportStar(require("./swaps/SwapHandlerSwap"), exports);
__exportStar(require("./plugins/PluginManager"), exports);
__exportStar(require("./plugins/IPlugin"), exports);

2

package.json
{
"name": "crosslightning-intermediary",
"version": "4.0.0",
"version": "4.0.1",
"description": "Main functionality implementation for intermediary node, easily extensible to any chain",

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

@@ -19,1 +19,5 @@ export * from "./info/InfoHandler";

export * from "./swaps/SwapNonce";
export * from "./swaps/SwapHandlerSwap";
export * from "./plugins/PluginManager";
export * from "./plugins/IPlugin";
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