validate-vat
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -50,3 +50,3 @@ // Generated by CoffeeScript 1.12.2 | ||
var err, match, regex; | ||
regex = new RegExp("<" + field + ">\((\.|\\s)\*\)</" + field + ">", 'gm'); | ||
regex = new RegExp("<" + field + ">\((\.|\\s)\*?\)</" + field + ">", 'gm'); | ||
match = regex.exec(soapMessage); | ||
@@ -53,0 +53,0 @@ if (!match) { |
{ | ||
"name": "validate-vat", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "A Europe VAT number validation lib", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -63,10 +63,13 @@ # Validate European VAT number | ||
## Change Log | ||
####0.4.0 | ||
### 0.5.0 | ||
- Use IPv4 explicitly https://github.com/viruschidai/validate-vat/pull/13 | ||
### 0.4.0 | ||
- Added a timeout option in https://github.com/viruschidai/validate-vat/pull/9 | ||
- Upgraded versions of dev dependencies to latest versions | ||
####0.3.1 | ||
### 0.3.1 | ||
Wrap field parse in a try catch block when it can not parse a soap message. The soap message will be attached to the error object for furthur investigation. | ||
####0.3.0 - 05/Dec/2013 | ||
### 0.3.0 - 05/Dec/2013 | ||
Instead of | ||
@@ -73,0 +76,0 @@ `var validate = require('validate-vat').validate` |
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
9699
102
4