3f-web3-core-helpers
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "3f-web3-core-helpers", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Web3 core tools helper for sub packages. This is an internal package.", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/FinanceFutureFactory/3f-web3.js/tree/main/packages/3f-web3-core-helpers", |
@@ -14,3 +14,3 @@ # web3-core-helpers | ||
```bash | ||
npm install web3-core-helpers | ||
npm install 3f-web3-core-helpers | ||
``` | ||
@@ -21,3 +21,3 @@ | ||
```js | ||
const helpers = require('web3-core-helpers'); | ||
const helpers = require('3f-web3-core-helpers'); | ||
@@ -34,2 +34,3 @@ helpers.formatters; | ||
[docs]: http://web3js.readthedocs.io/en/1.0/ | ||
[repo]: https://github.com/ethereum/web3.js | ||
[npm-image]: https://img.shields.io/npm/v/web3-core.svg | ||
[npm-url]: https://npmjs.org/package/web3-core |
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
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
61190