Huge News!Announcing our $40M Series B led by Abstract Ventures.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 3.0.4 to 3.0.5

2

dist/evm/swaps/EVMSwapData.js

@@ -64,2 +64,4 @@ "use strict";

data: this.data == null ? null : this.data.toHexString(),
securityDeposit: this.securityDeposit == null ? null : this.securityDeposit.toHexString(),
claimerBounty: this.claimerBounty == null ? null : this.claimerBounty.toHexString(),
txoHash: this.txoHash

@@ -66,0 +68,0 @@ };

2

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

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

@@ -119,2 +119,4 @@ import * as BN from "bn.js";

data: this.data==null ? null : this.data.toHexString(),
securityDeposit: this.securityDeposit==null ? null : this.securityDeposit.toHexString(),
claimerBounty: this.claimerBounty==null ? null : this.claimerBounty.toHexString(),
txoHash: this.txoHash

@@ -121,0 +123,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