Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@ninetailed/experience.js

Package Overview
Dependencies
Maintainers
3
Versions
413
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ninetailed/experience.js - npm Package Compare versions

Comparing version
7.18.5
to
7.18.6
+1
-0
index.cjs.js

@@ -919,2 +919,3 @@ 'use strict';

this.trackVariableComponentView = properties => {
// TODO: it would be better to use a safe parse. this can throw and we want to handle that accordingly
const validatedVariable = experience_jsShared.allowVariableTypeSchema.parse(properties.variable);

@@ -921,0 +922,0 @@ return this.instance.dispatch(Object.assign(Object.assign({}, properties), {

@@ -909,2 +909,3 @@ import { FEATURES, buildComponentViewEvent, logger, ConsoleLogSink, buildPageEvent, buildTrackEvent, buildIdentifyEvent, unionBy, pipe, PageviewProperties, Properties, Traits, isPageViewEvent, isTrackEvent, isIdentifyEvent, isComponentViewEvent, allowVariableTypeSchema, selectHasVariants, selectExperience, selectVariant as selectVariant$1, selectBaselineWithVariants, OnLogLogSink, OnErrorLogSink, NinetailedApiClient, circularJsonStringify } from '@ninetailed/experience.js-shared';

this.trackVariableComponentView = properties => {
// TODO: it would be better to use a safe parse. this can throw and we want to handle that accordingly
const validatedVariable = allowVariableTypeSchema.parse(properties.variable);

@@ -911,0 +912,0 @@ return this.instance.dispatch(Object.assign({}, properties, {

+3
-3
{
"name": "@ninetailed/experience.js",
"version": "7.18.5",
"version": "7.18.6",
"description": "Ninetailed SDK for javascript",

@@ -12,4 +12,4 @@ "license": "MIT",

"dependencies": {
"@ninetailed/experience.js-plugin-analytics": "7.18.5",
"@ninetailed/experience.js-shared": "7.18.5",
"@ninetailed/experience.js-plugin-analytics": "7.18.6",
"@ninetailed/experience.js-shared": "7.18.6",
"analytics": "0.8.1",

@@ -16,0 +16,0 @@ "uuid": "9.0.0"