Socket
Socket
Sign inDemoInstall

@barchart/events-api-common

Package Overview
Dependencies
2
Maintainers
14
Versions
72
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.1.0 to 5.2.0

9

lib/data/serialization/EventJobSchema.js

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

const CustomerType = require('../CustomerType'),
EventJobStatus = require('../EventJobStatus'),
ProductType = require('../ProductType');
const EventType = require('./../EventType'),
CustomerType = require('./../CustomerType'),
EventJobStatus = require('./../EventJobStatus'),
ProductType = require('./../ProductType');

@@ -87,2 +88,3 @@ module.exports = (() => {

.withField('filter.product', DataType.forEnum(ProductType, 'ProductType'))
.withArray('filter.types', DataType.forEnum(EventType, 'EventType'), true)
.withField('filter.start', DataType.TIMESTAMP, true)

@@ -99,2 +101,3 @@ .withField('filter.end', DataType.TIMESTAMP, true)

.withField('filter.product', DataType.forEnum(ProductType, 'ProductType'))
.withArray('filter.types', DataType.forEnum(EventType, 'EventType'), true)
.withField('filter.start', DataType.TIMESTAMP, true)

@@ -101,0 +104,0 @@ .withField('filter.end', DataType.TIMESTAMP, true)

{
"name": "@barchart/events-api-common",
"version": "5.1.0",
"version": "5.2.0",
"description": "Common classes used by the Barchart Event Tracking System",

@@ -20,7 +20,7 @@ "author": {

"dependencies": {
"@barchart/common-js": "^4.8.0",
"uuid": "^8.3.2"
"@barchart/common-js": "^4.42.0",
"uuid": "^9.0.1"
},
"license": "MIT",
"gitHead": "a90f829ef53a0bada74e62dd47dc19c85e67710d"
"gitHead": "2ea6d79992b8293e9b6f4439b2621f32f4d578cd"
}
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