alaska-field-text
Advanced tools
Comparing version 0.13.0 to 0.13.1
@@ -39,3 +39,3 @@ 'use strict'; | ||
} else { | ||
result = new RegExp(_alaska.utils.escapeRegExp(value), 'i'); | ||
result = new RegExp(_alaska.utils.escapeRegExp(String(value)), 'i'); | ||
} | ||
@@ -42,0 +42,0 @@ if (inverse) { |
{ | ||
"name": "alaska-field-text", | ||
"version": "0.13.0", | ||
"version": "0.13.1", | ||
"description": "Alaska text field", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
9996