Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[Security] Bump cached-path-relative from 1.0.1 to 1.0.2 #8

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open
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