web3-eth-iban
Advanced tools
Comparing version 1.2.6 to 1.2.7-rc.0
{ | ||
"name": "web3-eth-iban", | ||
"version": "1.2.6", | ||
"version": "1.2.7-rc.0", | ||
"description": "This package converts Ethereum addresses to IBAN addresses a vice versa.", | ||
@@ -12,3 +12,3 @@ "repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-eth-iban", | ||
"scripts": { | ||
"dtslint": "dtslint types --onlyTestTsNext" | ||
"dtslint": "dtslint types" | ||
}, | ||
@@ -18,9 +18,9 @@ "main": "src/index.js", | ||
"bn.js": "4.11.8", | ||
"web3-utils": "1.2.6" | ||
"web3-utils": "1.2.7-rc.0" | ||
}, | ||
"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-eth-iban | ||
[![NPM Package][npm-image]][npm-url] [![Dependency Status][deps-image]][deps-url] [![Dev Dependency Status][deps-dev-image]][deps-dev-url] | ||
This is a sub package of [web3.js][repo] | ||
@@ -42,5 +44,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-eth-iban.svg | ||
[npm-url]: https://npmjs.org/package/web3-eth-iban | ||
[deps-image]: https://david-dm.org/ethereum/web3.js/1.x/status.svg?path=packages/web3-eth-iban | ||
[deps-url]: https://david-dm.org/ethereum/web3.js/1.x?path=packages/web3-eth-iban | ||
[deps-dev-image]: https://david-dm.org/ethereum/web3.js/1.x/dev-status.svg?path=packages/web3-eth-iban | ||
[deps-dev-url]: https://david-dm.org/ethereum/web3.js/1.x?type=dev&path=web3-eth-iban |
@@ -23,2 +23,4 @@ /* | ||
// Minimum TypeScript Version: 3.0 | ||
export class Iban { | ||
@@ -25,0 +27,0 @@ constructor( |
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
15362
434
54
2
1
+ Addedelliptic@6.6.1(transitive)
+ Addedweb3-utils@1.2.7-rc.0(transitive)
- Removedelliptic@6.6.0(transitive)
- Removedweb3-utils@1.2.6(transitive)
Updatedweb3-utils@1.2.7-rc.0