@eppo/js-client-sdk-common
Advanced tools
Comparing version 3.0.6 to 3.0.7
@@ -81,2 +81,4 @@ "use strict"; | ||
return new RegExp(condition.value).test(value); | ||
case OperatorType.NOT_MATCHES: | ||
return !new RegExp(condition.value).test(value); | ||
case OperatorType.ONE_OF: | ||
@@ -83,0 +85,0 @@ return isOneOf(value.toString(), condition.value); |
{ | ||
"name": "@eppo/js-client-sdk-common", | ||
"version": "3.0.6", | ||
"version": "3.0.7", | ||
"description": "Eppo SDK for client-side JavaScript applications (base for both web and react native)", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
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
567840
2090