Socket
Socket
Sign inDemoInstall

web3-utils

Package Overview
Dependencies
Maintainers
1
Versions
442
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 1.0.0-beta.26 to 1.0.0-beta.27

2

package.json
{
"name": "web3-utils",
"namespace": "ethereum",
"version": "1.0.0-beta.26",
"version": "1.0.0-beta.27",
"description": "Collection of utility functions used in web3.js.",

@@ -6,0 +6,0 @@ "repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-utils",

@@ -141,2 +141,4 @@ /*

var asciiToHex = function(str) {
if(!str)
return "0x00";
var hex = "";

@@ -143,0 +145,0 @@ for(var i = 0; i < str.length; i++) {

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