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.0.22 to 1.3.1

8

lib/data/EventType.js

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

const watchlistSymbolAdded = new EventType('WATCHLIST-SYMBOLS-ADDED', 'Symbol Added', ProductType.WATCHLIST);
const watchlistSymbolRemoved = new EventType('WATCHLIST-SYMBOLS-REMOVED', 'Symbol Removed', ProductType.WATCHLIST);
const watchlistSymbolAdded = new EventType('WATCHLIST-SYMBOL-ADDED', 'Symbol Added', ProductType.WATCHLIST);
const watchlistSymbolRemoved = new EventType('WATCHLIST-SYMBOL-REMOVED', 'Symbol Removed', 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);
const watchlistCustomViewCreated = new EventType('WATCHLIST-CUSTOM-VIEW-CREATED', 'Custom View Created', ProductType.WATCHLIST);
const watchlistCustomViewDeleted = new EventType('WATCHLIST-CUSTOM-VIEW-DELETED', 'Custom View Deleted', ProductType.WATCHLIST);

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

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