Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@appannie/ab-testing

Package Overview
Dependencies
Maintainers
4
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appannie/ab-testing - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

8

CHANGELOG.md

@@ -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 @@

3

lib/index.js

@@ -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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc