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

@harmony-js/transaction

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@harmony-js/transaction - npm Package Compare versions

Comparing version 0.1.20 to 0.1.23

2

dist/index.cjs.js

@@ -407,3 +407,3 @@ /**

// temp setting to be compatible with eth
var rawLength = this.messenger.chainType === "hmy" /* Harmony */ ? 10 : 9;
var rawLength = this.messenger.chainType === "hmy" /* Harmony */ ? 11 : 9;
var sig = crypto.splitSignature(signature);

@@ -410,0 +410,0 @@ var v = 27 + (sig.recoveryParam || 0);

@@ -404,3 +404,3 @@ /**

// temp setting to be compatible with eth
var rawLength = this.messenger.chainType === "hmy" /* Harmony */ ? 10 : 9;
var rawLength = this.messenger.chainType === "hmy" /* Harmony */ ? 11 : 9;
var sig = splitSignature(signature);

@@ -407,0 +407,0 @@ var v = 27 + (sig.recoveryParam || 0);

@@ -405,3 +405,3 @@ /**

// temp setting to be compatible with eth
var rawLength = this.messenger.chainType === "hmy" /* Harmony */ ? 10 : 9;
var rawLength = this.messenger.chainType === "hmy" /* Harmony */ ? 11 : 9;
var sig = crypto.splitSignature(signature);

@@ -408,0 +408,0 @@ var v = 27 + (sig.recoveryParam || 0);

@@ -88,3 +88,3 @@ "use strict";

// temp setting to be compatible with eth
var rawLength = this.messenger.chainType === "hmy" /* Harmony */ ? 10 : 9;
var rawLength = this.messenger.chainType === "hmy" /* Harmony */ ? 11 : 9;
var sig = crypto_1.splitSignature(signature);

@@ -91,0 +91,0 @@ var v = 27 + (sig.recoveryParam || 0);

{
"name": "@harmony-js/transaction",
"version": "0.1.20",
"version": "0.1.23",
"description": "transaction package for harmony",

@@ -21,7 +21,7 @@ "main": "dist/index.js",

"dependencies": {
"@harmony-js/crypto": "0.1.14",
"@harmony-js/network": "0.1.19",
"@harmony-js/utils": "0.1.14"
"@harmony-js/crypto": "0.1.23",
"@harmony-js/network": "0.1.23",
"@harmony-js/utils": "0.1.23"
},
"gitHead": "469f4a37b53e466271c0e8521832b99e9725091d"
"gitHead": "3dbcc4b173e690f08cc0c4e632aab65454babd50"
}

@@ -149,3 +149,3 @@ import {

// temp setting to be compatible with eth
const rawLength = this.messenger.chainType === ChainType.Harmony ? 10 : 9;
const rawLength = this.messenger.chainType === ChainType.Harmony ? 11 : 9;
const sig = splitSignature(signature);

@@ -152,0 +152,0 @@ let v = 27 + (sig.recoveryParam || 0);

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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