web3-utils
Advanced tools
Comparing version 1.2.6 to 1.2.7-rc.0
{ | ||
"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 | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
122059
3478
56
2
1