Socket
Socket
Sign inDemoInstall

expf-sigma-node.js

Package Overview
Dependencies
10
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.10 to 3.2.11

2

package.json
{
"name": "expf-sigma-node.js",
"version": "3.2.10",
"version": "3.2.11",
"description": "expf-sigma-node.js lets you manage features flags and remote config across web, server side applications. Deliver true Continuous Integration. Get builds out faster. Control who has access to new features.",

@@ -5,0 +5,0 @@ "main": "public/sigma.js",

@@ -1142,3 +1142,3 @@ var __create = Object.create;

// package.json
var version = "3.2.10";
var version = "3.2.11";

@@ -1527,3 +1527,3 @@ // src/helpers/sdkVersion.js

splitById = this.getSplitById(sigmaDataLs.experiments[i]);
forcedUser = checkForcedList(sigmaDataLs.experiments[i].forced_user_list, this.sigmaUserData.user.userId);
forcedUser = checkForcedList(sigmaDataLs.experiments[i].forced_user_list, splitById);
groupName = this.findUserInForcedGroup(sigmaDataLs.experiments[i]);

@@ -1530,0 +1530,0 @@ experiment = this.experimentDefinition(sigmaDataLs.experiments[i], groupName);

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc