validate-vat
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -16,3 +16,3 @@ // Generated by CoffeeScript 1.6.3 | ||
EU_COUNTRIES_CODES = ['AT', 'BE', 'BG', 'HR', 'CY', 'CZ', 'DK', 'EE', 'FI', 'FR', 'DE', 'GR', 'HU', 'IE', 'IT', 'LV', 'LT', 'LU', 'MT', 'NL', 'PL', 'PT', 'RO', 'SK', 'SI', 'ES', 'SE', 'GB']; | ||
EU_COUNTRIES_CODES = ['AT', 'BE', 'BG', 'HR', 'CY', 'CZ', 'DK', 'EE', 'FI', 'FR', 'DE', 'EL', 'HU', 'IE', 'IT', 'LV', 'LT', 'LU', 'MT', 'NL', 'PL', 'PT', 'RO', 'SK', 'SI', 'ES', 'SE', 'GB']; | ||
@@ -19,0 +19,0 @@ ERROR_MSG = { |
{ | ||
"name": "validate-vat", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "A Europe VAT number validation lib", | ||
@@ -23,2 +23,3 @@ "main": "lib/index.js", | ||
"VAT", | ||
"VIES", | ||
"Tax", | ||
@@ -25,0 +26,0 @@ "Number", |
# Validate European VAT number | ||
[![Build Status](https://travis-ci.org/viruschidai/validate-vat.png?branch=master)](https://travis-ci.org/viruschidai/validate-vat) | ||
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. | ||
## What is a VAT number? | ||
@@ -4,0 +6,0 @@ A value added tax identification number or VAT identification number (VATIN) is an identifier used in many countries, including the countries of the European Union, for value added tax purposes. |
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
10028
92