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

@amplitude/experiment-js-client

Package Overview
Dependencies
Maintainers
19
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amplitude/experiment-js-client - npm Package Compare versions

Comparing version 1.5.4 to 1.5.5

11

CHANGELOG.md

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

## [1.5.5](https://github.com/amplitude/experiment-js-client/compare/v1.5.4...v1.5.5) (2022-08-03)
### Bug Fixes
* increase timeout for experiment integration to 10 seconds ([#39](https://github.com/amplitude/experiment-js-client/issues/39)) ([1172ccb](https://github.com/amplitude/experiment-js-client/commit/1172ccb643ebe1c6b3076429ffde68563a1a4a92))
## [1.5.4](https://github.com/amplitude/experiment-js-client/compare/v1.5.3...v1.5.4) (2022-07-27)

@@ -8,0 +19,0 @@

4

dist/experiment.es2015.js

@@ -273,3 +273,3 @@ import { AnalyticsConnector } from '@amplitude/analytics-connector';

var version = "1.5.4";
var version = "1.5.5";

@@ -893,3 +893,3 @@ class ConnectorUserProvider {

return __awaiter(this, void 0, void 0, function* () {
const userContext = yield this.addContextOrWait(user, 1000);
const userContext = yield this.addContextOrWait(user, 10000);
const encodedContext = urlSafeBase64Encode(JSON.stringify(userContext));

@@ -896,0 +896,0 @@ let queryString = '';

@@ -429,3 +429,3 @@ import { AnalyticsConnector } from '@amplitude/analytics-connector';

var version = "1.5.4";
var version = "1.5.5";

@@ -1110,3 +1110,3 @@ var ConnectorUserProvider = /** @class */ (function () {

switch (_a.label) {
case 0: return [4 /*yield*/, this.addContextOrWait(user, 1000)];
case 0: return [4 /*yield*/, this.addContextOrWait(user, 10000)];
case 1:

@@ -1113,0 +1113,0 @@ userContext = _a.sent();

{
"name": "@amplitude/experiment-js-client",
"version": "1.5.4",
"version": "1.5.5",
"description": "Javascript Client SDK for Amplitude Experiment",

@@ -40,3 +40,3 @@ "main": "dist/experiment.umd.js",

},
"gitHead": "e088d15ba46168b68ef1b117b3b38aeb6f5ef428"
"gitHead": "c3381111f109f80eca60c6756d02395db216e6ca"
}

Sorry, the diff of this file is too big to display

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