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.1 to 4.0.2

1

dist/evm/signer/EVMSigner.js

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

this.stopped = false;
this.callbacks = [];
this.saveCount = 0;

@@ -75,0 +76,0 @@ this.directory = directory;

2

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

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

@@ -85,3 +85,3 @@ import {BigNumber, providers, Transaction, UnsignedTransaction, utils, Wallet} from "ethers";

callbacks: ((oldTx: string, oldTxId: string, newTx: string, newTxId: string) => Promise<void>)[];
callbacks: ((oldTx: string, oldTxId: string, newTx: string, newTxId: string) => Promise<void>)[] = [];

@@ -88,0 +88,0 @@ constructor(privateKey: string, rpcUrl: string, chainId: number, directory: string, minFeeIncrease?: BigNumber, waitBeforeBumpMillis?: number) {

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