Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@goodhood/tracking

Package Overview
Dependencies
Maintainers
6
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@goodhood/tracking - npm Package Compare versions

Comparing version
2.0.12
to
2.0.13
+8
-8
lib/types/packages/tracking/src/types.d.ts

@@ -32,3 +32,3 @@ export type BaseEvent = {

};
export type ClickEvent = InteractionEvent & ContentEvent & PlanInfoEvent & {
export type ClickEvent = InteractionEvent & Partial<ContentEvent> & Partial<PlanInfoEvent> & {
search_term: string;

@@ -42,18 +42,18 @@ click_name: string;

};
export type RemoveEvent = InteractionEvent & ContentEvent;
export type EditEvent = InteractionEvent & ContentEvent;
export type ErrorEvent = InteractionEvent & ContentEvent & PlanInfoEvent & {
export type RemoveEvent = InteractionEvent & Partial<ContentEvent>;
export type EditEvent = InteractionEvent & Partial<ContentEvent>;
export type ErrorEvent = InteractionEvent & Partial<ContentEvent> & Partial<PlanInfoEvent> & {
event_action: string;
};
export type ReactEvent = InteractionEvent & ContentEvent & {
export type ReactEvent = InteractionEvent & Partial<ContentEvent> & {
reaction_type: string;
};
export type SearchEvent = InteractionEvent & ContentEvent & {
export type SearchEvent = InteractionEvent & Partial<ContentEvent> & {
search_term: string;
click_name: string;
};
export type SwipeEvent = InteractionEvent & ContentEvent & {
export type SwipeEvent = InteractionEvent & Partial<ContentEvent> & {
swipe_direction: string;
};
export type ViewEvent = InteractionEvent & ContentEvent & {
export type ViewEvent = InteractionEvent & Partial<ContentEvent> & {
search_term: string;

@@ -60,0 +60,0 @@ content_position: string;

@@ -9,3 +9,3 @@ {

"bugs": "https://github.com/goodhood-eu/goodhood/issues",
"version": "2.0.12",
"version": "2.0.13",
"module": "lib/index.esm.js",

@@ -12,0 +12,0 @@ "main": "lib/index.js",