react-querybuilder
Advanced tools
Comparing version 7.5.1 to 7.5.2
@@ -290,3 +290,3 @@ "use strict"; | ||
} | ||
} else if (mdbOperator === "$regex" && /^[^^].*[^$]$/.test(getRegExStr(keyValue))) { | ||
} else if (mdbOperator === "$regex" && /^[^^$]$|^[^^].*[^$]$/.test(getRegExStr(keyValue))) { | ||
if (fieldIsValid(field, "contains")) { | ||
@@ -293,0 +293,0 @@ return { |
{ | ||
"name": "react-querybuilder", | ||
"version": "7.5.1", | ||
"version": "7.5.2", | ||
"description": "The React <QueryBuilder /> component for constructing queries", | ||
@@ -144,3 +144,3 @@ "main": "./dist/cjs/index.js", | ||
}, | ||
"gitHead": "c2eaa377d378e5bcffb43924944602fe113d5c0f" | ||
"gitHead": "2eceb6a2d61aa61d420c853330a5f3762e4abdd2" | ||
} |
Sorry, the diff of this file is not supported yet
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
5673483