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

ng2-validation

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng2-validation - npm Package Compare versions

Comparing version 3.1.3 to 3.1.4

.travis.yml

3

dist/custom-validators.js

@@ -223,3 +223,4 @@ "use strict";

'nl-NL': /^(^\+[0-9]{2}|^\+[0-9]{2}\(0\)|^\(\+[0-9]{2}\)\(0\)|^00[0-9]{2}|^0)([0-9]{9}$|[0-9\-\s]{10}$)$/,
'de-CH': /^(((\+|00)?41)?([ ])?(\(?0?\)?))([1-9]{2})(([ ])?[0-9]{3})(([ ])?[0-9]{2})(([ ])?[0-9]{2})$/
'de-CH': /^(((\+|00)?41)?([ ])?(\(?0?\)?))([1-9]{2})(([ ])?[0-9]{3})(([ ])?[0-9]{2})(([ ])?[0-9]{2})$/,
'pt-BR': /^(\+?55[-\s]?)?(\([1-9][1-9]\)|[1-9][1-9])[-\s]?(9[1-9]\d{3}[-\s]?\d{4})$/
};

@@ -226,0 +227,0 @@ return function (control) {

{
"name": "ng2-validation",
"version": "3.1.3",
"version": "3.1.4",
"description": "angular2 validation",

@@ -10,3 +10,3 @@ "main": "dist/index.js",

"dev": "webpack-dev-server --port 4001 --inline --progress --profile --colors --watch --display-error-details --display-cached --content-base",
"ngc": "ngc -p tsconfig.json",
"ngc": "ngc",
"prebuild": "rimraf dist",

@@ -13,0 +13,0 @@ "build": "npm run ngc",

@@ -196,2 +196,3 @@ # Description

- nn-NO
- pt-BR
- pt-PT

@@ -198,0 +199,0 @@ - ru-RU

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