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
21
Versions
83
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.10.1 to 1.10.2

8

dist/experiment.es2015.js

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

var version = "1.10.1";
var version = "1.10.2";

@@ -758,2 +758,8 @@ class ConnectorUserProvider {

: Defaults.flagsServerUrl) });
// Transform initialVariants
if (this.config.initialVariants) {
for (const flagKey in this.config.initialVariants) {
this.config.initialVariants[flagKey] = transformVariantFromStorage(this.config.initialVariants[flagKey]);
}
}
if (this.config.userProvider) {

@@ -760,0 +766,0 @@ this.userProvider = this.config.userProvider;

4

package.json
{
"name": "@amplitude/experiment-js-client",
"version": "1.10.1",
"version": "1.10.2",
"description": "Amplitude Experiment Javascript Client SDK",

@@ -50,3 +50,3 @@ "keywords": [

],
"gitHead": "ecd4c89620a9df8c9c23eac336697f41f498852c"
"gitHead": "f2983413f6eff2500084650cef5a52cbe8cf41d7"
}

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

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