New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@exodus/analytics

Package Overview
Dependencies
Maintainers
0
Versions
65
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

to
1.3.0

4

module/index.js

@@ -69,2 +69,6 @@ import ExodusModule from '@exodus/module'

getAnonymousId = () => {
return this.#anonymousId
}
#sendPostInstallEvent = async () => {

@@ -71,0 +75,0 @@ await fetchival(this.#installEventReportingUrl).post({

7

package.json
{
"name": "@exodus/analytics",
"version": "1.2.0",
"version": "1.3.0",
"description": "This library abstracts analytics reporting.",

@@ -29,3 +29,6 @@ "files": [

},
"gitHead": "02fe4adfc6ac7e36e59831a33d0c586a38337e1d"
"devDependencies": {
"eslint": "^8.33.0"
},
"gitHead": "547b7ef51d92771d01cbbb89cc39def2440e581e"
}