Socket
Socket
Sign inDemoInstall

@moralisweb3/evm-utils

Package Overview
Dependencies
Maintainers
8
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@moralisweb3/evm-utils - npm Package Compare versions

Comparing version 2.0.0-beta.10 to 2.0.0-beta.11

2

lib/dataTypes/Erc20Value/Erc20Value.js

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

var amount = _a.amount, decimals = _a.decimals, token = _a.token;
if (token && token.decimals !== decimals) {
if (token && token.decimals && +token.decimals !== +decimals) {
throw new core_1.MoralisCoreError({

@@ -93,0 +93,0 @@ code: core_1.CoreErrorCode.INVALID_DATA,

{
"name": "@moralisweb3/evm-utils",
"author": "Moralis",
"version": "2.0.0-beta.10",
"version": "2.0.0-beta.11",
"license": "MIT",

@@ -33,4 +33,4 @@ "private": false,

"@ethersproject/transactions": "^5.6.0",
"@moralisweb3/core": "^2.0.0-beta.10"
"@moralisweb3/core": "^2.0.0-beta.11"
}
}

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