validate-vat
Advanced tools
Comparing version 0.4.0 to 0.5.0
@@ -95,3 +95,4 @@ // Generated by CoffeeScript 1.12.2 | ||
path: parsedUrl.path, | ||
headers: headers | ||
headers: headers, | ||
family: 4 | ||
}; | ||
@@ -98,0 +99,0 @@ req = http.request(options, function(res) { |
{ | ||
"name": "validate-vat", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"description": "A Europe VAT number validation lib", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -6,3 +6,3 @@ # Validate European VAT number | ||
You can verify the validity of a VAT number issued by any European Union Member State by by using this library. This lib is basically calling web service provided by VIES (at http://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl) for VAT number validation. | ||
A very lightweight, tiny lib (no external dependencies) allows you to verify the validity of a VAT number issued by any European Union Member State. This lib is basically calling web service provided by VIES (at http://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl) for VAT number validation. | ||
@@ -64,2 +64,6 @@ ## What is a VAT number? | ||
## Change Log | ||
####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 | ||
@@ -66,0 +70,0 @@ 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. |
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
9621
121
99