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.16 to 1.3.17

12

lib/data/CustomerType.js

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

/**
* Customer type for Barchart internal use.
*
* @public
* @static
* @returns {CustomerType}
*/
static get BARCHART() {
return barchart;
}
/**
* Customer type for TGAM.

@@ -48,2 +59,3 @@ *

const barchart = new CustomerType('BARCHART', 'Barchart');
const tgam = new CustomerType('TGAM', 'The Globe and Mail');

@@ -50,0 +62,0 @@

2

package.json
{
"name": "@barchart/events-api-common",
"version": "1.3.16",
"version": "1.3.17",
"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