@statsig/client-core
Advanced tools
+1
-1
| { | ||
| "name": "@statsig/client-core", | ||
| "version": "3.32.0", | ||
| "version": "3.32.1", | ||
| "license": "ISC", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/statsig-io/js-client-monorepo", |
@@ -0,3 +1,16 @@ | ||
| import type { SessionReplayPrivacySettings } from './InitializeResponse'; | ||
| import { ParamStoreConfig } from './ParamStoreTypes'; | ||
| import { StatsigUser } from './StatsigUser'; | ||
| export type SessionReplayTriggerSpec = { | ||
| values?: string[]; | ||
| sampling_rate?: number; | ||
| }; | ||
| export type SessionReplayInfoSpec = { | ||
| recording_blocked?: boolean; | ||
| sampling_rate?: number; | ||
| targeting_gate?: string; | ||
| session_recording_event_triggers?: Record<string, SessionReplayTriggerSpec>; | ||
| session_recording_exposure_triggers?: Record<string, SessionReplayTriggerSpec>; | ||
| session_recording_privacy_settings?: SessionReplayPrivacySettings; | ||
| }; | ||
| export type SpecCondition = { | ||
@@ -61,2 +74,3 @@ type: string; | ||
| app_id?: string; | ||
| session_replay_info?: SessionReplayInfoSpec; | ||
| }; |
@@ -1,2 +0,2 @@ | ||
| export declare const SDK_VERSION = "3.32.0"; | ||
| export declare const SDK_VERSION = "3.32.1"; | ||
| export type StatsigMetadata = { | ||
@@ -3,0 +3,0 @@ readonly [key: string]: string | undefined | null; |
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.StatsigMetadataProvider = exports.SDK_VERSION = void 0; | ||
| exports.SDK_VERSION = '3.32.0'; | ||
| exports.SDK_VERSION = '3.32.1'; | ||
| let metadata = { | ||
@@ -6,0 +6,0 @@ sdkVersion: exports.SDK_VERSION, |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
215013
0.27%5176
0.27%4
33.33%