@helpdotcom/is
Advanced tools
Comparing version 2.1.2 to 2.1.3
@@ -0,1 +1,5 @@ | ||
# 2017-04-17, Version 2.1.3 (Stable) | ||
* [[a6f7d2b895](https://git.help.com/common-backend/is/commit/a6f7d2b895)] - index: allow name part to be blank in isEmailAllowName() (Evan Lucas) | ||
# 2017-03-29, Version 2.1.2 (Stable) | ||
@@ -2,0 +6,0 @@ |
@@ -7,3 +7,3 @@ 'use strict' | ||
'^[a-z \\d!#\\$%&\'\\*\\+\\-\\/=\\?\\^_"`{\\|\\,\\(\\)' | ||
+ '}~\\.\\u00A0-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF]+' | ||
+ '}~\\.\\u00A0-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF]*' | ||
+ '<(.+)>$', 'i' | ||
@@ -10,0 +10,0 @@ ) |
{ | ||
"name": "@helpdotcom/is", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "isDate, isUUID, and isEmail for use with help-gen", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -57,2 +57,4 @@ 'use strict' | ||
t.equal(is('Jane Doe (maiden name) <jane@doe.com>'), true) | ||
t.equal(is(' <esatterwhite@wi.rr.com>'), true) | ||
t.equal(is('<esatterwhite@wi.rr.com>'), true) | ||
t.end() | ||
@@ -59,0 +61,0 @@ }) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10391
103