We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e223a5 commit 5c016e9Copy full SHA for 5c016e9
1 file changed
README.md
@@ -1,15 +1,23 @@
1
# Uphold Validator.js
2
3
-Extensive validations built on top of validator.js.
+Extensive validations built on top of
4
+[validator.js](https://github.com/guillaumepotier/validator.js).
5
-Improvements over validator.js:
6
- - extended set of asserts
7
- - logging with debugnyan
8
- - throwing specific errors on validation failures
+Improvements over `validator.js`:
+
+- [extended set of asserts](https://github.com/uphold/validator.js-asserts)
9
+- logging with [debugnyan](https://github.com/uphold/debugnyan)
10
+- throwing specific errors on validation failures
11
12
## Install
13
-Add to your package.json dependencies:
14
+Install the package via `yarn`:
15
16
+```sh
17
+yarn add uphold-validator.js
18
+```
19
20
+or via `npm`:
21
22
```sh
23
npm install @uphold/validator.js
0 commit comments