@appannie/ab-testing
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -6,2 +6,10 @@ # Change Log | ||
### 1.1.4 (2021-04-30) | ||
**Note:** Version bump only for package @appannie/ab-testing | ||
## <small>1.1.3 (2020-05-26)</small> | ||
@@ -8,0 +16,0 @@ |
@@ -38,3 +38,4 @@ "use strict"; | ||
if (experimentConfig == null) { | ||
console.error(`unrecognized ab testing experiment name: ${experimentName}`); | ||
process.env.NODE_ENV !== 'test' && | ||
console.error(`unrecognized ab testing experiment name: ${experimentName}`); | ||
this.matchedCohorts[experimentName] = 'control'; | ||
@@ -41,0 +42,0 @@ } |
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "", | ||
@@ -23,3 +23,3 @@ "files": [ | ||
}, | ||
"gitHead": "067a514f159b8b9bb36160231c1dd92c141b4671" | ||
"gitHead": "d160288b31fa8e572181e920d5ce0df393cd7cbc" | ||
} |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
6233
92
2