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.42 to 0.0.43

14

package.json
{
"name": "@harmony-js/contract",
"version": "0.0.42",
"version": "0.0.43",
"description": "contract libraries for harmony",

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

"dependencies": {
"@harmony-js/account": "0.0.42",
"@harmony-js/crypto": "0.0.42",
"@harmony-js/network": "0.0.42",
"@harmony-js/transaction": "0.0.42",
"@harmony-js/utils": "0.0.42"
"@harmony-js/account": "0.0.43",
"@harmony-js/crypto": "0.0.43",
"@harmony-js/network": "0.0.43",
"@harmony-js/transaction": "0.0.43",
"@harmony-js/utils": "0.0.43"
},
"gitHead": "37f7dfe379e200fe27268548d73cb6283c4c65cb"
"gitHead": "0ca07d7613e6db11f59a5ea5cd39b592977da2af"
}

@@ -46,3 +46,3 @@ import { Wallet } from '@harmony-js/account';

const updateNonce: boolean = params.nonce ? false : true;
const updateNonce: boolean = params.nonce !== undefined ? false : true;

@@ -49,0 +49,0 @@ this.signTransaction(updateNonce).then((signed) => {

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