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.13 to 1.0.14

5

lib/data/serialization/EventJobSchema.js

@@ -84,4 +84,2 @@ const DataType = require('@barchart/common-js/serialization/json/DataType'),

.withField('status', DataType.forEnum(EventJobStatus, 'EventJobStatus'))
.withField('timing.day', DataType.DAY)
.withField('timing.start', DataType.TIMESTAMP)
.withField('filter.customer', DataType.forEnum(CustomerType, 'CustomerType'))

@@ -91,2 +89,5 @@ .withField('filter.product', DataType.forEnum(ProductType, 'ProductType'), true)

.withField('filter.end', DataType.TIMESTAMP, true)
.withField('timing.day', DataType.DAY)
.withField('timing.start', DataType.TIMESTAMP)
.withField('timing.end', DataType.TIMESTAMP, true)
.schema

@@ -93,0 +94,0 @@ );

2

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