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
7
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.11.0 to 3.11.1

2

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

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

@@ -25,2 +25,3 @@ import { DynamicConfigEvaluation, GateEvaluation, LayerEvaluation } from './EvaluationTypes';

sdk_flags?: Record<string, boolean>;
full_checksum?: string;
};

@@ -27,0 +28,0 @@ export type InitializeResponse = InitializeResponseWithUpdates | {

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

export declare const SDK_VERSION = "3.11.0";
export declare const SDK_VERSION = "3.11.1";
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.11.0';
exports.SDK_VERSION = '3.11.1';
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