@ninetailed/experience.js-shared
Advanced tools
+4
-2
@@ -658,3 +658,3 @@ 'use strict'; | ||
| name: 'Ninetailed React Analytics SDK', | ||
| version: "7.21.0" | ||
| version: "7.22.0-alpha.0" | ||
| }, | ||
@@ -714,3 +714,5 @@ userAgent: ctx.userAgent, | ||
| experienceId: data.experienceId, | ||
| variantIndex: data.variantIndex | ||
| variantIndex: data.variantIndex, | ||
| viewDurationMs: data.viewDurationMs, | ||
| componentViewId: data.componentViewId | ||
| }); | ||
@@ -717,0 +719,0 @@ }; |
+4
-2
@@ -656,3 +656,3 @@ import { z } from 'zod'; | ||
| name: 'Ninetailed React Analytics SDK', | ||
| version: "7.21.0" | ||
| version: "7.22.0-alpha.0" | ||
| }, | ||
@@ -712,3 +712,5 @@ userAgent: ctx.userAgent, | ||
| experienceId: data.experienceId, | ||
| variantIndex: data.variantIndex | ||
| variantIndex: data.variantIndex, | ||
| viewDurationMs: data.viewDurationMs, | ||
| componentViewId: data.componentViewId | ||
| }); | ||
@@ -715,0 +717,0 @@ }; |
+1
-1
| { | ||
| "name": "@ninetailed/experience.js-shared", | ||
| "version": "7.21.0", | ||
| "version": "7.22.0-alpha.0", | ||
| "description": "Shared code for Experience.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -9,3 +9,5 @@ import { Object } from 'ts-toolbelt'; | ||
| variantIndex?: number; | ||
| viewDurationMs?: number; | ||
| componentViewId?: string; | ||
| }, 'deep'>, 'type'>; | ||
| export declare const buildComponentViewEvent: (data: BuildComponentViewEventData) => ComponentViewEvent; |
@@ -10,2 +10,4 @@ import { Object } from 'ts-toolbelt'; | ||
| variantIndex?: number; | ||
| viewDurationMs?: number; | ||
| componentViewId?: string; | ||
| }>; |
@@ -218,2 +218,4 @@ import { Event } from '../types/Event/Event'; | ||
| variantIndex?: number | undefined; | ||
| viewDurationMs?: number | undefined; | ||
| componentViewId?: string | undefined; | ||
| }; | ||
@@ -220,0 +222,0 @@ export declare const isComponentClickEvent: (event: Event) => event is { |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
193821
0.2%5187
0.19%2
100%