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 4.2.0 to 5.0.0

LICENSE

2

lib/data/serialization/EventSchema.js

@@ -72,2 +72,3 @@ const assert = require('@barchart/common-js/lang/assert'),

.withField('type', DataType.forEnum(EventType, 'EventType'))
.withField('version', DataType.STRING, true)
.withField('timestamp', DataType.TIMESTAMP)

@@ -84,2 +85,3 @@ .withField('batch', DataType.STRING)

.withField('type', DataType.forEnum(EventType, 'EventType'))
.withField('version', DataType.STRING, true)
.withField('timestamp', DataType.TIMESTAMP)

@@ -86,0 +88,0 @@ .withField('context', DataType.ARRAY)

5

package.json
{
"name": "@barchart/events-api-common",
"version": "4.2.0",
"version": "5.0.0",
"description": "Common classes used by the Barchart Event Tracking System",

@@ -23,3 +23,4 @@ "author": {

},
"license": "MIT"
"license": "MIT",
"gitHead": "f85d29d39dca426845ae2271a5263d2c478bdbc3"
}
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