Socket
Socket
Sign inDemoInstall

@barchart/events-api-common

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@barchart/events-api-common - npm Package Compare versions

Comparing version 1.5.0 to 1.6.0

5

lib/data/EventType.js

@@ -211,2 +211,6 @@ const assert = require('@barchart/common-js/lang/assert'),

static get PORTFOLIO_WEALTHSCOPE_REPORT_VIEWED() {
return portfolioWealthscopeReportViewed;
}
/**

@@ -279,4 +283,5 @@ * Get all context keys for productType.

const portfolioWatchlistAddScreenInvoked = new EventType('PORTFOLIO-SCREEN-INVOKED-WATCHLIST-ADD', 'Watchlist Add Edit Screen Invoked', ProductType.PORTFOLIO, ['userId', 'portfolioId', 'positionId']);
const portfolioWealthscopeReportViewed = new EventType('PORTFOLIO-WEALTHSCOPE-REPORT-VIEWED', 'Wealthscope Report Viewed', ProductType.PORTFOLIO, ['userId', 'portfolioId']);
return EventType;
})();

2

package.json
{
"name": "@barchart/events-api-common",
"version": "1.5.0",
"version": "1.6.0",
"description": "Common classes used by the Barchart Event Tracking System",

@@ -5,0 +5,0 @@ "author": {

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