Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@exodus/analytics

Package Overview
Dependencies
Maintainers
0
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exodus/analytics - npm Package Compare versions

Comparing version 14.4.1 to 14.4.2

6

CHANGELOG.md

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

## [14.4.2](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/analytics@14.4.1...@exodus/analytics@14.4.2) (2024-09-16)
### Bug Fixes
- **analytics:** config ([#9306](https://github.com/ExodusMovement/exodus-hydra/issues/9306)) ([45a4a31](https://github.com/ExodusMovement/exodus-hydra/commit/45a4a31d8da36e6190381694ad3eb63488a29a64))
## [14.4.1](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/analytics@14.4.0...@exodus/analytics@14.4.1) (2024-09-09)

@@ -8,0 +14,0 @@

5

index.js

@@ -16,3 +16,5 @@ import { EXODUS_KEY_IDS } from '@exodus/key-ids'

const analytics = ({ keyIdentifier = EXODUS_KEY_IDS.TELEMETRY } = Object.create(null)) => {
const analytics = (
{ keyIdentifier = EXODUS_KEY_IDS.TELEMETRY, installEventReportingUrl } = Object.create(null)
) => {
return {

@@ -56,2 +58,3 @@ id: 'analytics',

storage: { namespace: 'analytics' },
config: { installEventReportingUrl },
},

@@ -58,0 +61,0 @@ ],

4

package.json
{
"name": "@exodus/analytics",
"version": "14.4.1",
"version": "14.4.2",
"description": "Analytics-provider agnostic analytics reporter",

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

},
"gitHead": "d64de7579b06afe91fbded3d1f7eb29950f82e5a"
"gitHead": "7ec06b1a153f0daa90d28e97aafa5b8f7ff8fb6a"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc