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.5 to 1.2.0

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## 1.2.0 (2021-05-19)
**Note:** Version bump only for package @appannie/ab-testing
### 1.1.5 (2021-05-03)

@@ -8,0 +16,0 @@

1

lib/index.d.ts

@@ -33,3 +33,4 @@ declare type ForceInclude = {

getCohort: (experimentName: string) => string;
hasExperiment: (experimentName: string) => boolean;
}
export default Experiments;

@@ -48,2 +48,3 @@ "use strict";

};
this.hasExperiment = (experimentName) => !!this.config[experimentName];
this.config = {};

@@ -50,0 +51,0 @@ this.userId = userId;

4

package.json

@@ -7,3 +7,3 @@ {

},
"version": "1.1.5",
"version": "1.2.0",
"description": "",

@@ -23,3 +23,3 @@ "files": [

},
"gitHead": "8df380403d80787764e58018cc7d2bd5a4193760"
"gitHead": "20870324a161b3a926ed9ddd8bf12350157ea1bc"
}
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