ng2-validation
Advanced tools
Comparing version 3.1.3 to 3.1.4
@@ -223,3 +223,4 @@ "use strict"; | ||
'nl-NL': /^(^\+[0-9]{2}|^\+[0-9]{2}\(0\)|^\(\+[0-9]{2}\)\(0\)|^00[0-9]{2}|^0)([0-9]{9}$|[0-9\-\s]{10}$)$/, | ||
'de-CH': /^(((\+|00)?41)?([ ])?(\(?0?\)?))([1-9]{2})(([ ])?[0-9]{3})(([ ])?[0-9]{2})(([ ])?[0-9]{2})$/ | ||
'de-CH': /^(((\+|00)?41)?([ ])?(\(?0?\)?))([1-9]{2})(([ ])?[0-9]{3})(([ ])?[0-9]{2})(([ ])?[0-9]{2})$/, | ||
'pt-BR': /^(\+?55[-\s]?)?(\([1-9][1-9]\)|[1-9][1-9])[-\s]?(9[1-9]\d{3}[-\s]?\d{4})$/ | ||
}; | ||
@@ -226,0 +227,0 @@ return function (control) { |
{ | ||
"name": "ng2-validation", | ||
"version": "3.1.3", | ||
"version": "3.1.4", | ||
"description": "angular2 validation", | ||
@@ -10,3 +10,3 @@ "main": "dist/index.js", | ||
"dev": "webpack-dev-server --port 4001 --inline --progress --profile --colors --watch --display-error-details --display-cached --content-base", | ||
"ngc": "ngc -p tsconfig.json", | ||
"ngc": "ngc", | ||
"prebuild": "rimraf dist", | ||
@@ -13,0 +13,0 @@ "build": "npm run ngc", |
@@ -196,2 +196,3 @@ # Description | ||
- nn-NO | ||
- pt-BR | ||
- pt-PT | ||
@@ -198,0 +199,0 @@ - ru-RU |
Sorry, the diff of this file is not supported yet
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
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
98066
96
1238
414