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

@zilliqa-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

@zilliqa-js/contract - npm Package Compare versions

Comparing version 0.5.4 to 0.6.0

10

package.json
{
"name": "@zilliqa-js/contract",
"version": "0.5.4",
"version": "0.6.0",
"description": "Contract-related functionality.",

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

"dependencies": {
"@zilliqa-js/account": "0.5.4",
"@zilliqa-js/core": "0.5.4",
"@zilliqa-js/util": "0.5.0",
"@zilliqa-js/account": "0.6.0",
"@zilliqa-js/core": "0.6.0",
"@zilliqa-js/util": "0.6.0",
"hash.js": "^1.1.5",
"utility-types": "^2.1.0"
},
"gitHead": "d176dfb13cd2dcb4f7bc59dd8939048b64ea410d"
"gitHead": "36aca1d0308845a83903e83de88eac3a8d92f1ed"
}

@@ -473,3 +473,3 @@ import { Account, Transaction, Wallet } from '@zilliqa-js/account';

.filter(({ vname }) => vname === '_balance')
.map(({ value }) => parseInt(value, 10));
.map(({ value }) => parseInt(<string>value, 10));

@@ -476,0 +476,0 @@ return balance;

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