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 5e76a9f commit a665f3cCopy full SHA for a665f3c
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "validator",
3
"description": "String validation and sanitization",
4
- "version": "13.12.0",
+ "version": "13.15.0",
5
"sideEffects": false,
6
"homepage": "https://github.com/validatorjs/validator.js",
7
"files": [
src/index.js
@@ -130,7 +130,7 @@ import isStrongPassword from './lib/isStrongPassword';
130
131
import isVAT from './lib/isVAT';
132
133
-const version = '13.12.0';
+const version = '13.15.0';
134
135
const validator = {
136
version,
0 commit comments