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

@statsig/client-core

Package Overview
Dependencies
Maintainers
5
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@statsig/client-core - npm Package Compare versions

Comparing version 3.5.1 to 3.6.0

2

package.json
{
"name": "@statsig/client-core",
"version": "3.5.1",
"version": "3.6.0",
"dependencies": {},

@@ -5,0 +5,0 @@ "type": "commonjs",

@@ -148,2 +148,6 @@ "use strict";

metadata['ruleID'],
metadata['allocatedExperiment'],
metadata['parameterName'],
String(metadata['isExplicitParameter']),
metadata['reason'],
].join('|');

@@ -150,0 +154,0 @@ const previous = this._lastExposureTimeMap[key];

@@ -21,3 +21,5 @@ "use strict";

const _isExposureEvent = ({ eventName, }) => {
return eventName === GATE_EXPOSURE_NAME || eventName === CONFIG_EXPOSURE_NAME;
return (eventName === GATE_EXPOSURE_NAME ||
eventName === CONFIG_EXPOSURE_NAME ||
eventName === LAYER_EXPOSURE_NAME);
};

@@ -24,0 +26,0 @@ exports._isExposureEvent = _isExposureEvent;

@@ -1,2 +0,2 @@

export declare const SDK_VERSION = "3.5.1";
export declare const SDK_VERSION = "3.6.0";
export type StatsigMetadata = {

@@ -3,0 +3,0 @@ readonly [key: string]: string | undefined;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.StatsigMetadataProvider = exports.SDK_VERSION = void 0;
exports.SDK_VERSION = '3.5.1';
exports.SDK_VERSION = '3.6.0';
let metadata = {

@@ -6,0 +6,0 @@ sdkVersion: exports.SDK_VERSION,

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