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.3.0 to 1.3.1

lib/index.js.map

8

CHANGELOG.md

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

### 1.3.1 (2022-03-11)
**Note:** Version bump only for package @appannie/react-ab-testing
## 1.3.0 (2022-03-08)

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

7

lib/index.js

@@ -14,7 +14,3 @@ "use strict";

const ABTestingController = ({ config, userId, userProfile, children }) => {
const experiments = react_1.default.useMemo(() => new ab_testing_1.default(config, userId, userProfile), [
config,
userId,
userProfile,
]);
const experiments = react_1.default.useMemo(() => new ab_testing_1.default(config, userId, userProfile), [config, userId, userProfile]);
return react_1.default.createElement(ABTestingContext.Provider, { value: experiments }, children);

@@ -30,1 +26,2 @@ };

exports.useABTestingController = useABTestingController;
//# sourceMappingURL=index.js.map

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

},
"version": "1.3.0",
"version": "1.3.1",
"description": "",

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

"dependencies": {
"@appannie/ab-testing": "^1.3.0"
"@appannie/ab-testing": "^1.3.1"
},

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

},
"gitHead": "491a631d53a8f8c1f38dd62c2ae145d057a477dc"
"gitHead": "42785877177ac14c4a5bb2cebb2a68ec962ba4ac"
}
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