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.5.0 to 0.5.1

2

lib/index.js

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

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