New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.6.0 to 3.6.1

7

CHANGELOG.md

@@ -7,2 +7,7 @@ # v3.4.0

re-trigger validate when validate-property change
re-trigger validate when validate-property change
# v3.6.0
Improved US Phone Number formats
detail see https://github.com/yuyang041060120/ng2-validation/pull/43/

2

dist/custom-validators.js

@@ -242,3 +242,3 @@ "use strict";

'en-GB': /^(\+?44|0)7\d{9}$/,
'en-US': /^(\+?1)?[2-9]\d{2}[2-9](?!11)\d{6}$/,
'en-US': /^(\(?[0-9]{3}\)?)((\s|\-){1})?[0-9]{3}((\s|\-){1})?[0-9]{4}$/,
'en-ZM': /^(\+26)?09[567]\d{7}$/,

@@ -245,0 +245,0 @@ 'ru-RU': /^(\+?7|8)?9\d{9}$/,

{
"name": "ng2-validation",
"version": "3.6.0",
"version": "3.6.1",
"description": "angular2 validation",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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