Socket
Socket
Sign inDemoInstall

@barchart/events-client-js

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@barchart/events-client-js - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

docs/content/releases/2.1.1.md

2

docs/_coverpage.md

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

# @barchart/events-client-js <small>2.1.0</small>
# @barchart/events-client-js <small>2.1.1</small>

@@ -3,0 +3,0 @@ > JavaScript SDK for Barchart&#x27;s Event Tracking Service

@@ -218,1 +218,6 @@ Events can be exported for analysis by external tools (e.g. [Tableau](https://www.tableau.com/) or [Grafana](https://grafana.com/).

**ENTITLEMENTS COLUMNS:**
* [3] userId - The identifier of the user who triggered the event (or ```anonymous``` when no active user exists).
* [4] operation - A description of the operation for which authorization was sought.

@@ -1,3 +0,3 @@

**New Feature**
**New Features**
* Added support for `ENTITLEMENTS` product.

@@ -25,2 +25,3 @@ const Enum = require('@barchart/common-js/lang/Enum');

ProductType.WATCHLIST,
ProductType.ENTITLEMENTS
],

@@ -30,4 +31,5 @@ types: {

[ProductType.WATCHLIST.code]: Enum.getItems(EventType).filter(eventType => eventType.product === ProductType.WATCHLIST),
[ProductType.ENTITLEMENTS.code]: Enum.getItems(EventType).filter(eventType => eventType.product === ProductType.ENTITLEMENTS)
}
};
})();
const ReportGateway = require('./../../../lib/gateway/ReportGateway');
const CustomerType = require('@barchart/events-api-common/lib/data/CustomerType'),
ProductType = require('@barchart/events-api-common/lib/data/ProductType'),
EventType = require('@barchart/events-api-common/lib/data/EventType');
ProductType = require('@barchart/events-api-common/lib/data/ProductType');

@@ -7,0 +6,0 @@ const EventJobStatus = require('@barchart/events-api-common/lib/data/EventJobStatus');

@@ -5,4 +5,4 @@ module.exports = (() => {

return {
version: '2.1.0'
version: '2.1.1'
};
})();
{
"name": "@barchart/events-client-js",
"version": "2.1.0",
"version": "2.1.1",
"description": "JavaScript SDK for Barchart's Event Tracking Service",

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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