New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@appannie/react-ab-testing

Package Overview
Dependencies
Maintainers
4
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appannie/react-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/react-ab-testing
## <small>1.1.3 (2020-05-26)</small>

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

3

lib/index.js

@@ -12,3 +12,3 @@ "use strict";

});
exports.ABTestingController = ({ config, userId, userProfile, children }) => {
const ABTestingController = ({ config, userId, userProfile, children }) => {
const experiments = react_1.default.useMemo(() => new ab_testing_1.default(config, userId, userProfile), [

@@ -21,2 +21,3 @@ config,

};
exports.ABTestingController = ABTestingController;
function useCohortOf(experimentName) {

@@ -23,0 +24,0 @@ const experiments = react_1.default.useContext(ABTestingContext);

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

},
"version": "1.1.3",
"version": "1.1.4",
"description": "",

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

"dependencies": {
"@appannie/ab-testing": "^1.1.3"
"@appannie/ab-testing": "^1.1.4"
},

@@ -27,3 +27,3 @@ "peerDependencies": {

},
"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