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.4ca66af.0 to 4.3.3-dev.5437fbc.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.4ca66af.0+4ca66af",
"version": "4.3.3-dev.5437fbc.0+5437fbc",
"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.4ca66af.0+4ca66af",
"web3-types": "1.8.2-dev.4ca66af.0+4ca66af",
"web3-validator": "2.0.7-dev.4ca66af.0+4ca66af"
"web3-errors": "1.3.1-dev.5437fbc.0+5437fbc",
"web3-types": "1.9.1-dev.5437fbc.0+5437fbc",
"web3-validator": "2.0.7-dev.5437fbc.0+5437fbc"
},
"gitHead": "4ca66af181a46f134df514d3bd7b67c4c440f159"
"gitHead": "5437fbc90395bfe4b15d14d8eed37e2f70a4e4b8"
}

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