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-plugin-analytics

Package Overview
Dependencies
Maintainers
3
Versions
258
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ninetailed/experience.js-plugin-analytics - npm Package Compare versions

Comparing version
7.20.5
to
7.20.6
+0
-0
index.cjs.js

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ import { isEqual } from 'radash';

+2
-2

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "7.20.5",
"version": "7.20.6",
"keywords": [

@@ -33,3 +33,3 @@ "analytics",

"@anatine/zod-mock": "3.8.1",
"@ninetailed/experience.js-shared": "7.20.5",
"@ninetailed/experience.js-shared": "7.20.6",
"analytics": "0.8.1",

@@ -36,0 +36,0 @@ "radash": "10.9.0",

@@ -0,0 +0,0 @@ export { NinetailedAnalyticsPlugin, type SanitizedElementSeenPayload, type SanitizedVariableSeenPayload, } from './lib/NinetailedAnalyticsPlugin';

@@ -0,0 +0,0 @@ import { AnalyticsInstance as _AnalyticsInstance } from 'analytics';

@@ -0,0 +0,0 @@ export declare const HAS_SEEN_COMPONENT = "has_seen_component";

@@ -0,0 +0,0 @@ import { z } from 'zod';

@@ -0,0 +0,0 @@ /**

import { NinetailedPlugin } from '../NinetailedPlugin';
import { HasComponentViewTrackingThreshold } from '../types/interfaces/HasComponentViewTrackingThreshold';
export declare const hasComponentViewTrackingThreshold: (arg: NinetailedPlugin) => arg is NinetailedPlugin & HasComponentViewTrackingThreshold;

@@ -0,0 +0,0 @@ import { type ElementSeenPayload, type VariableSeenPayload } from './ElementPayload';

@@ -0,0 +0,0 @@ import { AnalyticsPlugin } from 'analytics';

@@ -0,0 +0,0 @@ import { z } from 'zod';

@@ -0,0 +0,0 @@ export interface HasComponentViewTrackingThreshold {