Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@harmony-js/contract

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@harmony-js/contract - npm Package Compare versions

Comparing version 0.0.32 to 0.0.33

4

dist/methods/method.js

@@ -222,3 +222,5 @@ "use strict";

}
var txObject = tslib_1.__assign({}, this.params[0], { to: crypto_1.getAddress(this.contract.address).checksum, data: this.encodeABI() });
var txObject = tslib_1.__assign({}, this.params[0], { to: this.contract.address === '0x'
? '0x'
: crypto_1.getAddress(this.contract.address).checksum, data: this.encodeABI() });
var result = new transaction_1.TransactionFactory(this.wallet.messenger).newTx(txObject);

@@ -225,0 +227,0 @@ return result;

{
"name": "@harmony-js/contract",
"version": "0.0.32",
"version": "0.0.33",
"description": "contract libraries for harmony",

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

"dependencies": {
"@harmony-js/account": "0.0.32",
"@harmony-js/crypto": "0.0.32",
"@harmony-js/network": "0.0.32",
"@harmony-js/transaction": "0.0.32",
"@harmony-js/utils": "0.0.32"
"@harmony-js/account": "0.0.33",
"@harmony-js/crypto": "0.0.33",
"@harmony-js/network": "0.0.33",
"@harmony-js/transaction": "0.0.33",
"@harmony-js/utils": "0.0.33"
},
"gitHead": "ac90d10deaf715c4254bf7691e752332d0657d52"
"gitHead": "6336e94dfe5e478c5109400659537330af188e23"
}

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