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.3.1 to 1.3.2

19

lib/data/EventType.js

@@ -31,3 +31,3 @@ const assert = require('@barchart/common-js/lang/assert'),

* @public
* @return {ProductType|null}
* @returns {ProductType|null}
*/

@@ -70,2 +70,14 @@ get product() {

static get WATCHLIST_DOWNLOADED() {
return watchlistDownloaded;
}
static get WATCHLIST_PRINTED() {
return watchlistPrinted;
}
static get WATCHLIST_EDIT_SCREEN_ACCESSED() {
return watchlistEditScreenAccessed;
}
static get PORTFOLIO_APPLICATION_LOADED() {

@@ -145,2 +157,7 @@ return portfolioApplicationLoaded;

const watchlistDownloaded = new EventType('WATCHLIST-DOWNLOADED', 'Watchlist Downloaded', ProductType.WATCHLIST);
const watchlistPrinted = new EventType('WATCHLIST-PRINTED', 'Watchlist Downloaded', ProductType.WATCHLIST);
const watchlistEditScreenAccessed = new EventType('SCREEN-EDIT-ACCESSED', 'Watchlist Downloaded', ProductType.WATCHLIST);
// Portfolio

@@ -147,0 +164,0 @@

2

package.json
{
"name": "@barchart/events-api-common",
"version": "1.3.1",
"version": "1.3.2",
"description": "Common classes used by the Event 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