Skip to content

[Security] Bump lodash from 4.17.10 to 4.17.20 #16

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# wallet-address-validator
Simple wallet address validator for validating Bitcoin and other altcoins addresses in **Node.js and browser**.

Forked from [ryanralph/altcoin-address](https://github.com/ryanralph/altcoin-address).

**File size is ~22 kB (minifed and gzipped)**.
Forked from [ognus/wallet-address-validator](https://github.com/ognus/wallet-address-validator).

## Installation

### NPM
```
npm install wallet-address-validator
npm install getdelta/wallet-address-validator
```

### Browser
Expand Down Expand Up @@ -42,6 +40,7 @@ npm install wallet-address-validator
* BitcoinZ/BTCZ, `'bitcoinz'` or `'BTCZ'`

* Callisto/CLO, `'callisto'` or `'CLO'`
* Cardano/ADA, `'cardano' or 'ADA'`

* Dash, `'dash'` or `'DASH'`
* Decred/DCR, `'decred'` or `'DCR'`
Expand Down Expand Up @@ -81,7 +80,9 @@ npm install wallet-address-validator
* Ripple/XRP, `'ripple'` or `'XRP'`

* Snowgem/SNG, `'snowgem'` or `'SNG'`
* Stellar/XLM, `'stellar'` or `'XLM'`

* VeChain/VET, `'vechain'` or `'VET'`
* Vertcoin/VTC, `'vertcoin'` or `'VTC'`

* Votecoin/VTC, `'votecoin'` or `'VOT'`
Expand Down
1,209 changes: 1,139 additions & 70 deletions dist/wallet-address-validator.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/wallet-address-validator.min.js

Large diffs are not rendered by default.

Loading