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

web3-utils

Package Overview
Dependencies
Maintainers
4
Versions
515
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web3-utils - npm Package Compare versions

Comparing version 4.3.3-dev.376f192.0 to 4.3.3-dev.3b122a2.0

2

lib/commonjs/converters.js

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

if (integer === '') {
return `0.${fraction}`;
return fraction ? `0.${fraction}` : '0';
}

@@ -488,0 +488,0 @@ if (fraction === '') {

@@ -468,3 +468,3 @@ /*

if (integer === '') {
return `0.${fraction}`;
return fraction ? `0.${fraction}` : '0';
}

@@ -471,0 +471,0 @@ if (fraction === '') {

{
"name": "web3-utils",
"sideEffects": false,
"version": "4.3.3-dev.376f192.0+376f192",
"version": "4.3.3-dev.3b122a2.0+3b122a2",
"description": "Collection of utility functions used in web3.js.",

@@ -68,7 +68,7 @@ "main": "./lib/commonjs/index.js",

"eventemitter3": "^5.0.1",
"web3-errors": "1.3.1-dev.376f192.0+376f192",
"web3-types": "1.8.2-dev.376f192.0+376f192",
"web3-validator": "2.0.7-dev.376f192.0+376f192"
"web3-errors": "1.3.1-dev.3b122a2.0+3b122a2",
"web3-types": "1.9.1-dev.3b122a2.0+3b122a2",
"web3-validator": "2.0.7-dev.3b122a2.0+3b122a2"
},
"gitHead": "376f19259deae5424ccc8274f2d7c978456905e0"
"gitHead": "3b122a214a4c16225bbce37c493449fc6d536da1"
}

@@ -549,3 +549,3 @@ /*

if (integer === '') {
return `0.${fraction}`;
return fraction ? `0.${fraction}` : '0';
}

@@ -552,0 +552,0 @@

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