Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "nmPhone", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Angular directives and a separate module to validate international phone numbers.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -45,3 +45,3 @@ 'use strict'; | ||
*/ | ||
var phoneRegex = /^(00|\+)[0-9]{2,3}[\-\s0-9]{9,13}$/; | ||
var phoneRegex = /^(00|\+)[0-9]{1,3}[\-\s0-9]{8,14}$/; | ||
@@ -48,0 +48,0 @@ var nmPhoneUtils = { |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0