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

@exodus/analytics-validation

Package Overview
Dependencies
Maintainers
1
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exodus/analytics-validation - npm Package Compare versions

Comparing version
2.73.0
to
2.74.0
+4
-0
CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## [2.74.0](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/analytics-validation@2.73.0...@exodus/analytics-validation@2.74.0) (2026-05-14)
**Note:** Version bump only for package @exodus/analytics-validation
## [2.73.0](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/analytics-validation@2.72.0...@exodus/analytics-validation@2.73.0) (2026-05-12)

@@ -8,0 +12,0 @@

+7
-3

@@ -1566,4 +1566,8 @@ // AUTOGENERATED by scripts/build-types.mjs — DO NOT EDIT.

export type AnalyticsEventPayload =
| { [E in AnalyticsEventName]: { event: E; properties: AnalyticsEventProperties<E> } }[AnalyticsEventName]
| { event: string; properties: AnalyticsCommonProperties }
type RequiredKeys<T> = { [K in keyof T]-?: ({} extends Pick<T, K> ? never : K) }[keyof T]
export type AnalyticsEventPayload<E extends string = string> = E extends AnalyticsEventName
? RequiredKeys<AnalyticsEventProperties<E>> extends never
? { event: E; properties?: AnalyticsEventProperties<E> }
: { event: E; properties: AnalyticsEventProperties<E> }
: { event: E; properties?: AnalyticsCommonProperties }
{
"name": "@exodus/analytics-validation",
"version": "2.73.0",
"version": "2.74.0",
"description": "JSON schemas for analytics events, to prevent sensitive data from being sent up to the infamous cloud",

@@ -55,3 +55,3 @@ "author": "Exodus Movement, Inc.",

},
"gitHead": "0c8281ab72b5973203c5ad8c3c64eca67d969171"
"gitHead": "086483fce1881db41436f43b59884735f45efd0b"
}