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

@masa-finance/analytics-sdk

Package Overview
Dependencies
Maintainers
5
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@masa-finance/analytics-sdk - npm Package Compare versions

Comparing version 0.5.15 to 0.5.16

14

dist/package.json
{
"name": "@masa-finance/analytics-sdk",
"version": "0.5.15",
"version": "0.5.16",
"main": "dist/src/index.js",

@@ -18,9 +18,9 @@ "license": "MIT",

"devDependencies": {
"@types/node": "^20.12.5",
"@types/node": "^20.12.10",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-simple-import-sort": "^12.1.0",
"prettier": "^3.2.5",

@@ -30,4 +30,4 @@ "process": "^0.11.10",

"typedoc": "^0.25.13",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^5.4.4",
"typedoc-plugin-markdown": "^4.0.0",
"typescript": "^5.4.5",
"webpack": "^5.91.0",

@@ -34,0 +34,0 @@ "webpack-cli": "^5.1.4"

@@ -1,2 +0,2 @@

export type EventType = "pageView" | "customEvent" | "login" | "mint" | "connectWallet" | "swap" | "bridge" | "addLiquidity" | "removeLiquidity" | "farm" | "trade" | "claim";
export type EventType = "pageView" | "customEvent" | "login" | "mint" | "connectWallet" | "swap" | "bridge" | "addLiquidity" | "removeLiquidity" | "farm" | "trade" | "claim" | "deposit" | "withdrawl" | "transfer" | "staking";
export interface BaseEvent {

@@ -3,0 +3,0 @@ type: EventType;

{
"name": "@masa-finance/analytics-sdk",
"version": "0.5.15",
"version": "0.5.16",
"main": "dist/src/index.js",

@@ -18,9 +18,9 @@ "license": "MIT",

"devDependencies": {
"@types/node": "^20.12.5",
"@types/node": "^20.12.10",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-simple-import-sort": "^12.1.0",
"prettier": "^3.2.5",

@@ -30,4 +30,4 @@ "process": "^0.11.10",

"typedoc": "^0.25.13",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^5.4.4",
"typedoc-plugin-markdown": "^4.0.0",
"typescript": "^5.4.5",
"webpack": "^5.91.0",

@@ -34,0 +34,0 @@ "webpack-cli": "^5.1.4"

Sorry, the diff of this file is not supported yet

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