Socket
Socket
Sign inDemoInstall

@barchart/events-api-common

Package Overview
Dependencies
2
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.21 to 1.0.22

16

lib/data/EventType.js

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

const watchlistApplicationLoaded = new EventType('W-AL', 'Application Loaded', ProductType.WATCHLIST);
const watchlistAccessed = new EventType('W-A', 'Accessed', ProductType.WATCHLIST);
const watchlistCreated = new EventType('W-C', 'Created', ProductType.WATCHLIST);
const watchlistDeleted = new EventType('W-D', 'Deleted', ProductType.WATCHLIST);
const watchlistApplicationLoaded = new EventType('APPLICATION-LOADED', 'Application Loaded', ProductType.WATCHLIST);
const watchlistAccessed = new EventType('WATCHLIST-ACCESSED', 'Accessed', ProductType.WATCHLIST);
const watchlistCreated = new EventType('WATCHLIST-CREATED', 'Created', ProductType.WATCHLIST);
const watchlistDeleted = new EventType('WATCHLIST-DELETED', 'Deleted', ProductType.WATCHLIST);
const watchlistSymbolAdded = new EventType('W-SA', 'Symbol Added', ProductType.WATCHLIST);
const watchlistSymbolRemoved = new EventType('W-SR', 'Symbol Removed', ProductType.WATCHLIST);
const watchlistSymbolAdded = new EventType('WATCHLIST-SYMBOLS-ADDED', 'Symbol Added', ProductType.WATCHLIST);
const watchlistSymbolRemoved = new EventType('WATCHLIST-SYMBOLS-REMOVED', 'Symbol Removed', ProductType.WATCHLIST);
const watchlistCustomViewCreated = new EventType('W-CVC', 'Custom View Created', ProductType.WATCHLIST);
const watchlistCustomViewDeleted = new EventType('W-CVD', 'Custom View Deleted', ProductType.WATCHLIST);
const watchlistCustomViewCreated = new EventType('WATCHLIST-VIEW-CREATED', 'Custom View Created', ProductType.WATCHLIST);
const watchlistCustomViewDeleted = new EventType('WATCHLIST-VIEW-DELETED', 'Custom View Deleted', ProductType.WATCHLIST);

@@ -144,0 +144,0 @@ // Portfolio

{
"name": "@barchart/events-api-common",
"version": "1.0.21",
"version": "1.0.22",
"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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc