Socket
Socket
Sign inDemoInstall

@barchart/events-client-js

Package Overview
Dependencies
Maintainers
14
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 5.1.0 to 5.2.0

3

lib/data/.meta.js

@@ -13,3 +13,3 @@ /**

* @memberOf Schema
* @property {CustomerType} customer - The customer using the software which generated the event.
* @property {CustomerType} customer - The customer using the software which generated the event.
* @property {ProductType} product - The software system which generated the event.

@@ -41,2 +41,3 @@ * @property {EventType} type - The type of event.

* @property {ProductType} product - The software system to extract events for.
* @property {Array<EventType>=} types - The type(s) of events to include. If not specified, all event types will be included.
* @property {Timestamp=} start - The time to begin extracting events.

@@ -43,0 +44,0 @@ * @property {Timestamp=} end - The time to stop extracting events.

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

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

@@ -25,4 +25,4 @@ "author": {

"dependencies": {
"@barchart/common-js": "^4.8.0",
"@barchart/events-api-common": "^5.1.0"
"@barchart/common-js": "^4.42.0",
"@barchart/events-api-common": "^5.2.0"
},

@@ -52,3 +52,3 @@ "devDependencies": {

"license": "MIT",
"gitHead": "a90f829ef53a0bada74e62dd47dc19c85e67710d"
"gitHead": "2ea6d79992b8293e9b6f4439b2621f32f4d578cd"
}
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