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

web3-utils

Package Overview
Dependencies
Maintainers
2
Versions
485
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.2.6 to 1.2.7-rc.0

10

package.json
{
"name": "web3-utils",
"version": "1.2.6",
"version": "1.2.7-rc.0",
"description": "Collection of utility functions used in web3.js.",

@@ -12,3 +12,3 @@ "repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-utils",

"scripts": {
"dtslint": "dtslint types --onlyTestTsNext"
"dtslint": "dtslint types"
},

@@ -27,6 +27,6 @@ "main": "src/index.js",

"devDependencies": {
"definitelytyped-header-parser": "^1.0.1",
"dtslint": "0.4.2"
"definitelytyped-header-parser": "^3.9.0",
"dtslint": "^3.4.1"
},
"gitHead": "c20bcf09b04f773406ce3532e88fd105bb04e244"
"gitHead": "598e53163890660670c46d84bb6a6cbee4693e41"
}
# web3-utils
This is a sub package of [web3.js][repo]
[![NPM Package][npm-image]][npm-url] [![Dependency Status][deps-image]][deps-url] [![Dev Dependency Status][deps-dev-image]][deps-dev-url]
This contains useful utility functions for Dapp developers.
This is a sub-package of [web3.js][repo].
This contains useful utility functions for Dapp developers.
Please read the [documentation][docs] for more.

@@ -43,5 +46,11 @@

All the typescript typings are placed in the types folder.
All the TypeScript typings are placed in the `types` folder.
[docs]: http://web3js.readthedocs.io/en/1.0/
[repo]: https://github.com/ethereum/web3.js
[npm-image]: https://img.shields.io/npm/v/web3-utils.svg
[npm-url]: https://npmjs.org/package/web3-utils
[deps-image]: https://david-dm.org/ethereum/web3.js/1.x/status.svg?path=packages/web3-utils
[deps-url]: https://david-dm.org/ethereum/web3.js/1.x?path=packages/web3-utils
[deps-dev-image]: https://david-dm.org/ethereum/web3.js/1.x/dev-status.svg?path=packages/web3-utils
[deps-dev-url]: https://david-dm.org/ethereum/web3.js/1.x?type=dev&path=packages/web3-utils

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

// Minimum TypeScript Version: 3.0
import BN = require('bn.js');

@@ -224,2 +226,3 @@

type: AbiType;
gas?: number;
}

@@ -226,0 +229,0 @@

@@ -104,3 +104,4 @@ /*

stateMutability: "pure",
type: "function"
type: "function",
gas: 175875
};

@@ -107,0 +108,0 @@ // $ExpectType string

@@ -8,4 +8,5 @@ {

"whitespace": false,
"no-redundant-jsdoc": false
"no-redundant-jsdoc": false,
"max-line-length": false
}
}
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