Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

validate-vat

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

validate-vat - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

3

lib/index.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc