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

@eppo/js-client-sdk-common

Package Overview
Dependencies
Maintainers
8
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eppo/js-client-sdk-common - npm Package Compare versions

Comparing version 1.8.0 to 1.8.1

2

dist/client/eppo-client.js

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

const holdoutShard = (0, shard_1.getShard)(`holdout-${subjectKey}`, subjectShards);
const matchingHoldout = holdouts.find((holdout) => {
const matchingHoldout = holdouts === null || holdouts === void 0 ? void 0 : holdouts.find((holdout) => {
const { statusQuoShardRange, shippedShardRange } = holdout;

@@ -144,0 +144,0 @@ if ((0, shard_1.isShardInRange)(holdoutShard, statusQuoShardRange)) {

{
"name": "@eppo/js-client-sdk-common",
"version": "1.8.0",
"version": "1.8.1",
"description": "Eppo SDK for client-side JavaScript applications (base for both web and react native)",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

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