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

crosslightning-evm

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crosslightning-evm - npm Package Compare versions

Comparing version 4.0.2 to 4.0.3

1

dist/evm/swaps/EVMSwapProgram.js

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

this.signer.onBeforeTxReplace(callback);
return;
}

@@ -856,0 +857,0 @@ throw new Error("Unsupported environment");

2

package.json
{
"name": "crosslightning-evm",
"version": "4.0.2",
"version": "4.0.3",
"description": "EVM specific base implementation",

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

@@ -1039,2 +1039,3 @@ import * as BN from "bn.js";

this.signer.onBeforeTxReplace(callback);
return;
}

@@ -1041,0 +1042,0 @@ throw new Error("Unsupported environment");

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